Skip to content

Commit

Permalink
Chore: Bump version name to 0.12.0 and version code to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Oct 20, 2023
1 parent 67b99f2 commit cca17e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId = "com.goldenraven.padawanwallet"
minSdk = 26
targetSdk = 34
versionCode = 10
versionName = "v0.10.0-SNAPSHOT"
versionCode = 16
versionName = "v0.12.0-SNAPSHOT"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

resValue(
Expand Down

0 comments on commit cca17e1

Please sign in to comment.