Skip to content

Commit 9eaba65

Browse files
committed
Update build.gradle
1 parent 5f00cad commit 9eaba65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ allprojects {
2020
rootProject.ext {
2121
def major = 3
2222
def minor = 19
23-
def patch = 0
23+
def patch = 1
2424

2525
VersionCode = major * 10000 + minor * 100 + patch
2626
VersionName = "$major.$minor.$patch"

0 commit comments

Comments
 (0)