taler-android

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

commit ae8c402a4a0449b6df208852ef9a5f1039f1b3c6
parent 53debf513316a6e122e1a0d64c9c432fcfe0e132
Author: Iván Ávalos <avalos@disroot.org>
Date:   Thu, 20 Aug 2026 01:04:05 +0200

[wallet] bump qtart to v1.6.28

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