Skip to content

Commit

Permalink
android: Bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjoberg committed Jul 1, 2024
1 parent 4cc145c commit 27c1bc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ android {
applicationId "com.blixtwallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 161
versionName "0.7.0-alpha5"
versionCode 162
versionName "0.7.0-alpha6"

// Blixt:
buildConfigField "String", "CHAIN", '"mainnet"'
Expand Down

0 comments on commit 27c1bc7

Please sign in to comment.