Skip to content

Commit c7e82eb

Browse files
committed
Update build.gradle
1 parent 3c65cb1 commit c7e82eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ allprojects {
2020
rootProject.ext {
2121
def major = 3
2222
def minor = 21
23-
def patch = 1
23+
def patch = 2
2424

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

0 commit comments

Comments
 (0)