taler-android

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

commit c33380377e070a08c66ad4f5054fe0f229313a80
parent 0913e1672a184b9c37b66bec6147b999dea82e5f
Author: Iván Ávalos <avalos@disroot.org>
Date:   Tue,  9 Jul 2024 08:26:12 -0600

[wallet] Bump qtart to 0.12.2

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