taler-android

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

commit 683ee0d4fbcc832d49edaf1c66852590e797a2ed
parent 2c76806bd7af37c1066e7c4b4e6bd051f733af9c
Author: Iván Ávalos <avalos@disroot.org>
Date:   Mon, 27 May 2024 16:27:40 -0600

[wallet] Bump qtart to 0.11.1

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