commit 57bf689689645aa80c1bf7549c86f8890cb9121f
parent 4b7f715458d1ac2fce737eb2254538bd66b28031
Author: Torsten Grote <t@grobox.de>
Date: Tue, 20 Sep 2022 10:32:17 -0300
[wallet] Bump version code again, because someone has used the last one already without committing it to git
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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\""