commit 01cfba831d1a03f0c29a012b5a7df600b671ddbb
parent b39a9e606a566e1267c5e75e8f2fe9ea06c6bd14
Author: Iván Ávalos <avalos@disroot.org>
Date: Mon, 26 May 2025 20:52:15 +0200
[wallet] bump qtart to 1.0.10
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.0.7"
+def qtart_version = "1.0.10"
static def versionCodeEpoch() {
return (new Date().getTime() / 1000).toInteger()