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: bump wallet core ve


From: gnunet
Subject: [taler-taler-android] branch master updated: wallet: bump wallet core version
Date: Sun, 28 Nov 2021 15:37:12 +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 0435518  wallet: bump wallet core version
0435518 is described below

commit 043551891f3879aa04aa9d8e4b76fcbd8fe8365d
Author: Florian Dold <florian@dold.me>
AuthorDate: Sun Nov 28 15:37:09 2021 +0100

    wallet: bump 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 9a5f8ef..e5da3a3 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -23,8 +23,8 @@ plugins {
     id "de.undercouch.download"
 }
 
-def walletCoreVersion = "v0.8.2"
-def walletCoreSha256 = 
"185ee051101968fb8e01e8dcc70b2017bbb99c92bc31c97330b2be16baf043e9"
+def walletCoreVersion = "v0.9.0-dev.1"
+def walletCoreSha256 = 
"4c7add4ef814974fe129f8c06c4ebb08876c95cd689ee8629fa0ac0109320021"
 
 static def versionCodeEpoch() {
     return (new Date().getTime() / 1000).toInteger()
@@ -47,8 +47,8 @@ android {
         applicationId "net.taler.wallet"
         minSdkVersion 21
         targetSdkVersion 30
-        versionCode 10
-        versionName "v0.8.2"
+        versionCode 11
+        versionName "v0.9.0-dev.1"
         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]