Skip to content

Commit 1ff9630

Browse files
committed
android: Bump version code
1 parent f8611eb commit 1ff9630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ android {
8282
applicationId "com.blixtwallet"
8383
minSdkVersion rootProject.ext.minSdkVersion
8484
targetSdkVersion rootProject.ext.targetSdkVersion
85-
versionCode 160
86-
versionName "0.7.0-alpha4"
85+
versionCode 161
86+
versionName "0.7.0-alpha5"
8787

8888
// Blixt:
8989
buildConfigField "String", "CHAIN", '"mainnet"'

0 commit comments

Comments
 (0)