taler-android

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

commit 2b3d389658d581b30cf3637196c47939f3fe4e31
parent 88bfe7b075b5faf993c7b53e597e3b366b4f5588
Author: Iván Ávalos <avalos@disroot.org>
Date:   Thu, 20 Jun 2024 10:20:28 -0600

[wallet] Bump qtart to 0.11.4+p3

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