summaryrefslogtreecommitdiff
path: root/wallet
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-09-26 14:47:57 +0200
committerFlorian Dold <florian@dold.me>2022-09-26 14:47:57 +0200
commitf2c3d3808ef93253d4891bb86e662619cb614dae (patch)
tree0850659732a53f5911639927a3d1966be5136561 /wallet
parent34e1b31f7dcc7da9e71496346b797727b863dbdc (diff)
downloadtaler-android-f2c3d3808ef93253d4891bb86e662619cb614dae.tar.gz
taler-android-f2c3d3808ef93253d4891bb86e662619cb614dae.tar.bz2
taler-android-f2c3d3808ef93253d4891bb86e662619cb614dae.zip
[wallet] bump version code
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 67aa761..cf0c945 100644
--- 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\""