taler-android

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

commit 37bd0bfe7f1a1931c700fc27bab095e4dda9c4bc
parent bac4cb514296fc20ed9bfe9e899d766c4d05f506
Author: Iván Ávalos <avalos@disroot.org>
Date:   Thu, 31 Jul 2025 00:24:07 +0200

[wallet] bump qtart to 1.0.26

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