commit b237ae21531b797dba52569ed1a4b77f0a515a36
parent dbc2a75d202cebe165aee7f3abcefe76bae7259f
Author: Iván Ávalos <avalos@disroot.org>
Date: Mon, 8 Jun 2026 23:04:49 +0200
[wallet] bump qtart to v1.6.4
Diffstat:
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.0"
+def qtart_version = "1.6.4"
static def versionCodeEpoch() {
return (new Date().getTime() / 1000).toInteger()