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 Jun 24, 2024
1 parent f8611eb commit 1ff9630
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 160
versionName "0.7.0-alpha4"
versionCode 161
versionName "0.7.0-alpha5"

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

0 comments on commit 1ff9630

Please sign in to comment.