Skip to content

Commit 735c086

Browse files
committed
Release v1.4-beta2
1 parent d94be24 commit 735c086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
applicationId "${packageName}"
2525
minSdkVersion 21
2626
targetSdkVersion 30
27-
versionCode 41
28-
versionName "1.4-beta1"
27+
versionCode 42
28+
versionName "1.4-beta2"
2929
multiDexEnabled true
3030
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
3131
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

0 commit comments

Comments
 (0)