gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-android] branch master updated: wallet: upgrade wallet-core


From: gnunet
Subject: [taler-taler-android] branch master updated: wallet: upgrade wallet-core version
Date: Fri, 05 Feb 2021 12:50:54 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository taler-android.

The following commit(s) were added to refs/heads/master by this push:
     new 833df64  wallet: upgrade wallet-core version
833df64 is described below

commit 833df645efb7e03a25815f3ea2a28733acbadf26
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Feb 5 12:50:39 2021 +0100

    wallet: upgrade wallet-core version
---
 wallet/build.gradle | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/wallet/build.gradle b/wallet/build.gradle
index abfdc07..55fda26 100644
--- 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\""
     }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]