taler-android

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

commit f0609c55fcc1ac7a37971065f73522c381804cbc
parent 5cf91c4b521adc83054ec1b01ef74cb80116c164
Author: Iván Ávalos <avalos@disroot.org>
Date:   Sun, 25 Aug 2024 17:10:46 +0200

[wallet] Bump qtart to 0.12.13

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