taler-android

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

commit f277907380d0fb322e97ecc61c7b925f663217aa
parent f0ac4cdb0af2f1da352586c545d30cd8b8ffc5fc
Author: Iván Ávalos <avalos@disroot.org>
Date:   Tue,  8 Oct 2024 13:47:11 +0200

[wallet] Bump qtart to 0.13.6

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.4" +def qtart_version = "0.13.6" static def versionCodeEpoch() { return (new Date().getTime() / 1000).toInteger()