taler-android

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

commit 4aace9af5532563a8c8cac4c0f8a9a43f937c3e8
parent 5ca0e7594cde59f6bb9e65abb27d9195d8685af6
Author: Iván Ávalos <avalos@disroot.org>
Date:   Tue, 20 May 2025 19:40:30 +0200

[wallet] bump qtart to 1.0.6

bug 0009977

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