summaryrefslogtreecommitdiff
path: root/wallet/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'wallet/build.gradle')
-rw-r--r--wallet/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/wallet/build.gradle b/wallet/build.gradle
index 26e0820..d93d971 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -23,8 +23,8 @@ plugins {
id "de.undercouch.download" version "5.3.0"
}
-def walletCoreVersion = "v0.9.0-dev.33"
-def walletCoreSha256 = "9ba57fd35c5fe8a2986fc1bd3db88bc5b309610c7e490f8c64998fd8e1cb0d21"
+def walletCoreVersion = "v0.9.0"
+def walletCoreSha256 = "5a971f4b8faf8dce2cde6d720c7cf75f9233c399a164dcd98fb37a1b3b491c05"
static def versionCodeEpoch() {
return (new Date().getTime() / 1000).toInteger()
@@ -46,7 +46,7 @@ android {
applicationId "net.taler.wallet"
minSdkVersion 21
targetSdkVersion 32
- versionCode 19
+ versionCode 20
versionName walletCoreVersion
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "String", "WALLET_CORE_VERSION", "\"$walletCoreVersion\""