taler-android

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

commit 56de63a2454428987d0b07a37ce20717d9f5c6cf
parent 903e70870b335dd08aea668b50502181d2f45fef
Author: Iván Ávalos <avalos@disroot.org>
Date:   Fri, 24 Apr 2026 23:16:13 +0200

[wallet] bump qtart to v1.5.10

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