taler-android

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

commit 1853a28ba31a3137f2b21bd320901235adccce36
parent 6e7c17b810543725d5982228cb597c6b3ad06aa9
Author: Iván Ávalos <avalos@disroot.org>
Date:   Wed, 14 Jan 2026 22:32:02 +0100

[wallet] bump qtart to 1.3.3

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