taler-android

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

commit 95de9ff11af35a5b2e324ad606a8d56b335b14c3
parent 867665a2eccab0fa24634acbfea61792bc806430
Author: Iván Ávalos <avalos@disroot.org>
Date:   Sat, 23 May 2026 15:56:14 +0200

[wallet] bump qtart to v1.5.14

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