commit a5d00ce8afc00e9c3c5d39cfe21d0eaf7eb45e94
parent d850ac1393a65b4449c449ca7958bcab1a89c0d7
Author: Iván Ávalos <avalos@disroot.org>
Date: Wed, 3 Dec 2025 23:42:33 +0100
[wallet] bump qtart to 1.2.2
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.2.1"
+def qtart_version = "1.2.2"
static def versionCodeEpoch() {
return (new Date().getTime() / 1000).toInteger()