commit 833df645efb7e03a25815f3ea2a28733acbadf26
parent 7cde0f5733c075ace0eb36d6f90b19d083641f08
Author: Florian Dold <florian@dold.me>
Date: Fri, 5 Feb 2021 12:50:39 +0100
wallet: upgrade wallet-core version
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/wallet/build.gradle b/wallet/build.gradle
@@ -23,8 +23,8 @@ plugins {
id "de.undercouch.download"
}
-def walletCoreVersion = "v0.8.0-rc.2"
-def walletCoreSha256 = "838035331c6103e2a0e911d2a0c6f0e9af92ddd77e8091d11fb4a246486edd22"
+def walletCoreVersion = "v0.8.0"
+def walletCoreSha256 = "46b0ec59e95f2621c8483f975dac9e288851c1e5809f386b49c491e52f41a190"
static def versionCodeEpoch() {
return (new Date().getTime() / 1000).toInteger()
@@ -47,8 +47,8 @@ android {
applicationId "net.taler.wallet"
minSdkVersion 21
targetSdkVersion 30
- versionCode 8
- versionName "v0.8.0-rc.3"
+ versionCode 9
+ versionName "v0.8.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "String", "WALLET_CORE_VERSION", "\"$walletCoreVersion\""
}