gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-android] branch master updated (716e441 -> 2a91350)


From: gnunet
Subject: [taler-taler-android] branch master updated (716e441 -> 2a91350)
Date: Wed, 11 Oct 2023 15:13:20 +0200

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

torsten-grote pushed a change to branch master
in repository taler-android.

    from 716e441  [wallet] Trim text in URI input fragment
     new 3e60c17  [wallet] upgrade wallet-core to dev.25
     new 2a91350  [wallet] release 0.9.3+p8

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 wallet/build.gradle                                    | 6 +++---
 wallet/src/main/java/net/taler/wallet/MainViewModel.kt | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/wallet/build.gradle b/wallet/build.gradle
index ea2a37c..8f22e1b 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -19,7 +19,7 @@ plugins {
     id "kotlinx-serialization"
 }
 
-def qtart_version = "0.9.3-dev.16"
+def qtart_version = "0.9.3-dev.25"
 
 static def versionCodeEpoch() {
     return (new Date().getTime() / 1000).toInteger()
@@ -42,8 +42,8 @@ android {
         applicationId "net.taler.wallet"
         minSdkVersion 24
         targetSdkVersion 33
-        versionCode 33
-        versionName "0.9.3+p7"
+        versionCode 34
+        versionName "0.9.3+p8"
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
     }
     buildTypes {
diff --git a/wallet/src/main/java/net/taler/wallet/MainViewModel.kt 
b/wallet/src/main/java/net/taler/wallet/MainViewModel.kt
index ea4139b..a2c8059 100644
--- a/wallet/src/main/java/net/taler/wallet/MainViewModel.kt
+++ b/wallet/src/main/java/net/taler/wallet/MainViewModel.kt
@@ -205,7 +205,7 @@ class MainViewModel(
                 put("amountToWithdraw", "KUDOS:42")
                 put("amountToSpend", "KUDOS:23")
                 put("bankBaseUrl", "https://bank.demo.taler.net/";)
-                put("bankAccessApiBaseUrl", 
"https://bank.demo.taler.net/demobanks/default/access-api/";)
+                put("bankAccessApiBaseUrl", "https://bank.demo.taler.net/";)
                 put("exchangeBaseUrl", "https://exchange.demo.taler.net/";)
                 put("merchantBaseUrl", "https://backend.demo.taler.net/";)
                 put("merchantAuthToken", "secret-token:sandbox")

-- 
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]