taler-android

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

commit 2c76806bd7af37c1066e7c4b4e6bd051f733af9c
parent fe42f5fc7199e2493c2911c8e38078f234c697f1
Author: Iván Ávalos <avalos@disroot.org>
Date:   Wed, 22 May 2024 14:18:24 -0600

[wallet] Bump qtart to 0.10.10

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