taler-android

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

commit 3c5596b370cc01c375ab4f01c1b8c72b247a813b
parent ae737ebab64a26f6f43248cefb9ddce9cd9b4b41
Author: Iván Ávalos <avalos@disroot.org>
Date:   Tue,  9 Sep 2025 17:38:09 +0200

[wallet] bump qtart to 1.0.33

Diffstat:
Mwallet/build.gradle | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wallet/build.gradle b/wallet/build.gradle @@ -24,7 +24,7 @@ plugins { id "org.jetbrains.kotlin.plugin.compose" version "$kotlin_version" } -def qtart_version = "1.0.28" +def qtart_version = "1.0.33" static def versionCodeEpoch() { return (new Date().getTime() / 1000).toInteger()