gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-android] branch master updated: latest version of wallet co


From: gnunet
Subject: [taler-taler-android] branch master updated: latest version of wallet core
Date: Wed, 11 May 2022 17:11:16 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new d32573a  latest version of wallet core
d32573a is described below

commit d32573aad045c76c6ae75269eaa6591ce6fb4ae9
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Wed May 11 12:11:07 2022 -0300

    latest version of wallet core
---
 .gitignore          | 3 +++
 multiplatform       | 2 +-
 wallet/build.gradle | 6 +++---
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index caf9ce6..d66e8df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,6 @@
 */fastlane/report.xml
 */fastlane/README.md
 */fastlane/metadata/android/screenshots.html
+.classpath
+.project
+.settings
diff --git a/multiplatform b/multiplatform
index 6f698f4..cb92566 160000
--- a/multiplatform
+++ b/multiplatform
@@ -1 +1 @@
-Subproject commit 6f698f4d0ef580a898d3b03e9e8954af4f194037
+Subproject commit cb92566166884efdaad5e93ef25e2de1f3034616
diff --git a/wallet/build.gradle b/wallet/build.gradle
index f7746ae..4bc22b9 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -23,8 +23,8 @@ plugins {
     id "de.undercouch.download"
 }
 
-def walletCoreVersion = "v0.9.0-dev.2"
-def walletCoreSha256 = 
"e4643927b8bc49ef1a94be2f49fb11f8a1853828cb2399470ffec37e7f8217c8"
+def walletCoreVersion = "v0.9.0-dev.10"
+def walletCoreSha256 = 
"3c9aa9afeb6d61091599553719ffd1010be7817b7368c2d0ace5f77d8089d513"
 
 static def versionCodeEpoch() {
     return (new Date().getTime() / 1000).toInteger()
@@ -48,7 +48,7 @@ android {
         minSdkVersion 21
         targetSdkVersion 30
         versionCode 11
-        versionName "v0.9.0-dev.1"
+        versionName walletCoreVersion
         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]