diff options
Diffstat (limited to 'wallet')
-rw-r--r-- | wallet/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wallet/build.gradle b/wallet/build.gradle index a3af4a8..26e0820 100644 --- a/wallet/build.gradle +++ b/wallet/build.gradle @@ -46,7 +46,7 @@ android { applicationId "net.taler.wallet" minSdkVersion 21 targetSdkVersion 32 - versionCode 18 + versionCode 19 versionName walletCoreVersion testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField "String", "WALLET_CORE_VERSION", "\"$walletCoreVersion\"" |