taler-android

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

commit 28c54034a2b20afc046baaf0e4c0fbd7b0f63a61
parent 5a51f93ab34b6c26c95c055e32df08b95e9730cb
Author: Iván Ávalos <avalos@disroot.org>
Date:   Sat, 22 Aug 2026 14:57:00 +0200

[wallet] bump qtart to v1.6.32

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