Skip to content

Commit 0964bc5

Browse files
committed
android: bump version code
Signed-off-by: Elias Naur <[email protected]>
1 parent 97a826d commit 0964bc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ android {
2525
defaultConfig {
2626
minSdkVersion 22
2727
targetSdkVersion 29
28-
versionCode 23
29-
versionName System.getenv("VERSION")
28+
versionCode 24
29+
versionName "1.2.2-t76c2982d8-g97a826d11"
3030
}
3131
compileOptions {
3232
sourceCompatibility 1.8

0 commit comments

Comments
 (0)