taler-android

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

commit 96e1bb098ec30a84a4ea4eab5f2eafe92dc23c56
parent 79848a0448d8c9551e7b73ca144a569d475d8735
Author: Iván Ávalos <avalos@disroot.org>
Date:   Wed, 26 Aug 2026 18:07:01 +0200

[wallet] bump qtart to v1.6.35

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