taler-android

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

commit 74b8cfbd77751ae1ae1c1fa08934c31accaad5cb
parent 57ab1d4304b82edc22d235635d09239cc709558a
Author: Iván Ávalos <avalos@disroot.org>
Date:   Fri, 24 Oct 2025 14:24:08 +0200

[wallet] bump qtart to 1.0.37

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