Skip to content

Commit

Permalink
Build: Bump release version to 0.11.0 and version code to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Sep 18, 2023
1 parent 82ce9d7 commit becad47
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 @@ -26,8 +26,8 @@ android {
applicationId = "com.goldenraven.padawanwallet"
minSdk = 26
targetSdk = 34
versionCode = 10
versionName = "v0.10.0-SNAPSHOT"
versionCode = 15
versionName = "v0.11.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

resValue(
Expand Down

0 comments on commit becad47

Please sign in to comment.