taler-android

Android apps for GNU Taler (wallet, PoS, cashier)
Log | Files | Refs | README | LICENSE

commit c1549424fca4d1cc6ba7772bac43c51bdb6fd410
parent ee4f4a5477085231ca1fe76093abff77ebc37c0c
Author: Torsten Grote <t@grobox.de>
Date:   Wed, 25 Oct 2023 10:12:28 -0300

[wallet] update wallet-core to dev.34

Diffstat:
Mwallet/build.gradle | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wallet/build.gradle b/wallet/build.gradle @@ -19,7 +19,7 @@ plugins { id "kotlinx-serialization" } -def qtart_version = "0.9.3-dev.33" +def qtart_version = "0.9.3-dev.34" static def versionCodeEpoch() { return (new Date().getTime() / 1000).toInteger()