From f2c3d3808ef93253d4891bb86e662619cb614dae Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 26 Sep 2022 14:47:57 +0200 Subject: [wallet] bump version code --- wallet/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\"" -- cgit v1.2.3