diff options
author | Torsten Grote <t@grobox.de> | 2022-09-20 10:32:17 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2022-09-20 10:34:20 -0300 |
commit | 57bf689689645aa80c1bf7549c86f8890cb9121f (patch) | |
tree | 12a6c381f277a8315b2581c273c4ae8f4c1695f7 /wallet | |
parent | 4b7f715458d1ac2fce737eb2254538bd66b28031 (diff) | |
download | taler-android-57bf689689645aa80c1bf7549c86f8890cb9121f.tar.gz taler-android-57bf689689645aa80c1bf7549c86f8890cb9121f.tar.bz2 taler-android-57bf689689645aa80c1bf7549c86f8890cb9121f.zip |
[wallet] Bump version code again, because someone has used the last one already without committing it to git
Diffstat (limited to 'wallet')
-rw-r--r-- | wallet/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wallet/build.gradle b/wallet/build.gradle index e4fb5cf..ef66107 100644 --- a/wallet/build.gradle +++ b/wallet/build.gradle @@ -46,7 +46,7 @@ android { applicationId "net.taler.wallet" minSdkVersion 21 targetSdkVersion 32 - versionCode 12 + versionCode 14 versionName walletCoreVersion testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField "String", "WALLET_CORE_VERSION", "\"$walletCoreVersion\"" |