Skip to content

Commit

Permalink
Chore: Bump version name to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Mar 23, 2022
1 parent edc24fb commit 5285423
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 = 30
versionCode = 8
versionName = "v0.8.0-SNAPSHOT"
versionCode = 12
versionName = "v0.8.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

resValue(
Expand Down

0 comments on commit 5285423

Please sign in to comment.