taler-android

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

commit baa673c4242ccff7c69ce17833b2ab6f35860e35
parent 6cc00d3a66712b90d6d3eb416fbd2ca4ba128c93
Author: Iván Ávalos <avalos@disroot.org>
Date:   Thu, 19 Sep 2024 14:34:24 +0200

[wallet] Bump qtart to 0.13.4

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

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