commit f2c3d3808ef93253d4891bb86e662619cb614dae
parent 34e1b31f7dcc7da9e71496346b797727b863dbdc
Author: Florian Dold <florian@dold.me>
Date: Mon, 26 Sep 2022 14:47:57 +0200
[wallet] bump version code
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 16
+ versionCode 17
versionName walletCoreVersion
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "String", "WALLET_CORE_VERSION", "\"$walletCoreVersion\""