commit 4b7f715458d1ac2fce737eb2254538bd66b28031
parent bb6468571bf526bd7534d101c1265e1c89f25bde
Author: Torsten Grote <t@grobox.de>
Date: Tue, 20 Sep 2022 10:26:59 -0300
[wallet] Release v0.9.0-dev.16
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 11
+ versionCode 12
versionName walletCoreVersion
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "String", "WALLET_CORE_VERSION", "\"$walletCoreVersion\""