commit c2a9681cd415e6d5b0a100b14624326a51d5a293
parent 7d1491e3c605d4398279fe86987023c1e3da5158
Author: Torsten Grote <t@grobox.de>
Date: Thu, 26 Jan 2023 08:22:18 -0300
[wallet] Release version v0.9.1
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wallet/build.gradle b/wallet/build.gradle
@@ -47,7 +47,7 @@ android {
applicationId "net.taler.wallet"
minSdkVersion 21
targetSdkVersion 32
- versionCode 20
+ versionCode 21
versionName walletCoreVersion
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "String", "WALLET_CORE_VERSION", "\"$walletCoreVersion\""