gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-android] branch master updated: update wallet-core version


From: gnunet
Subject: [taler-taler-android] branch master updated: update wallet-core version and wallet display version
Date: Fri, 08 May 2020 16:06:43 +0200

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 dcf516a  update wallet-core version and wallet display version
dcf516a is described below

commit dcf516ad2b32f896ad92cc97f77f7d82ec53fa43
Author: Florian Dold <address@hidden>
AuthorDate: Fri May 8 19:36:21 2020 +0530

    update wallet-core version and wallet display version
---
 wallet/build.gradle | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/wallet/build.gradle b/wallet/build.gradle
index 28431b3..b25fa95 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -23,7 +23,7 @@ plugins {
     id "de.undercouch.download"
 }
 
-def walletCoreVersion = "taler-wallet-android.js"
+def walletCoreVersion = "v0.7.1-dev.1"
 
 android {
     compileSdkVersion 29
@@ -35,7 +35,7 @@ android {
         minSdkVersion 24
         targetSdkVersion 29
         versionCode 6
-        versionName "0.6.0pre8"
+        versionName "0.7.1.dev.1"
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
     }
     buildTypes {
@@ -105,7 +105,7 @@ dependencies {
 
 def walletLibraryDir = "src/main/assets"
 task downloadWalletLibrary(type: Download) {
-    src 
"https://git.taler.net/wallet-android.git/plain/${walletCoreVersion}?h=binary-deps";
+    src 
"https://git.taler.net/wallet-core.git/plain/${walletCoreVersion}/taler-wallet-android.js?h=prebuilt";
     dest "${walletLibraryDir}/taler-wallet-android.js"
     onlyIfModified true
     doFirst {

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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