summaryrefslogtreecommitdiff
path: root/wallet
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2023-01-26 08:22:18 -0300
committerTorsten Grote <t@grobox.de>2023-01-26 08:22:18 -0300
commitc2a9681cd415e6d5b0a100b14624326a51d5a293 (patch)
treec1c9d3173dee046536f5c3a747a352b62f5bffc5 /wallet
parent7d1491e3c605d4398279fe86987023c1e3da5158 (diff)
downloadtaler-android-c2a9681cd415e6d5b0a100b14624326a51d5a293.tar.gz
taler-android-c2a9681cd415e6d5b0a100b14624326a51d5a293.tar.bz2
taler-android-c2a9681cd415e6d5b0a100b14624326a51d5a293.zip
[wallet] Release version v0.9.1wallet-v0.9.1
Diffstat (limited to 'wallet')
-rw-r--r--wallet/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/wallet/build.gradle b/wallet/build.gradle
index e17d1ab..6cd9f2e 100644
--- 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\""