Skip to content

Commit

Permalink
Build: Bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Jun 8, 2021
1 parent ca5451f commit 196fa18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
applicationId = "com.goldenraven.padawanwallet"
minSdkVersion(26)
targetSdkVersion(30)
versionCode = 1
versionCode = 2
versionName = "v0.7.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "FAUCET_URL", faucetUrl)
Expand Down

0 comments on commit 196fa18

Please sign in to comment.