Skip to content

Commit

Permalink
Build: Bump version number to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Aug 21, 2021
1 parent a9a06ba commit 1a45b76
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 @@ -23,8 +23,8 @@ android {
applicationId = "com.goldenraven.padawanwallet"
minSdkVersion(26)
targetSdkVersion(30)
versionCode = 6
versionName = "v0.7.2-rc3"
versionCode = 7
versionName = "v0.7.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "FAUCET_URL", faucetUrl)
buildConfigField("String", "FAUCET_USERNAME", faucetUsername)
Expand Down

0 comments on commit 1a45b76

Please sign in to comment.