gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-android] 02/02: [pos] Bump protocol version to 3.0.1


From: gnunet
Subject: [taler-taler-android] 02/02: [pos] Bump protocol version to 3.0.1
Date: Tue, 03 Jan 2023 12:35:49 +0100

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

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

commit 3a12b1cc53f832e943b4825e132db6fe8ee083d6
Author: Torsten Grote <t@grobox.de>
AuthorDate: Tue Jan 3 08:35:27 2023 -0300

    [pos] Bump protocol version to 3.0.1
---
 .../src/main/java/net/taler/merchantpos/config/ConfigManager.kt        | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/merchant-terminal/src/main/java/net/taler/merchantpos/config/ConfigManager.kt 
b/merchant-terminal/src/main/java/net/taler/merchantpos/config/ConfigManager.kt
index 4327f4e..8986fc0 100644
--- 
a/merchant-terminal/src/main/java/net/taler/merchantpos/config/ConfigManager.kt
+++ 
b/merchant-terminal/src/main/java/net/taler/merchantpos/config/ConfigManager.kt
@@ -52,7 +52,7 @@ internal const val CONFIG_URL_DEMO = 
"https://docs.taler.net/_static/sample-pos-
 internal const val CONFIG_USERNAME_DEMO = ""
 internal const val CONFIG_PASSWORD_DEMO = ""
 
-private val VERSION = Version(1, 0, 0)
+private val VERSION = Version(3, 0, 1)
 
 private val TAG = ConfigManager::class.java.simpleName
 
@@ -137,6 +137,7 @@ class ConfigManager(
         val versionIncompatible =
             VERSION.getIncompatibleStringOrNull(context, 
configResponse.version)
         if (versionIncompatible != null) {
+            Log.e(TAG, "Versions incompatible $configResponse")
             
mConfigUpdateResult.postValue(ConfigUpdateResult.Error(versionIncompatible))
             return
         }

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