commit 973aa9626db48cac119ba12c87559f140a2b8b96
parent a2781180bc728b3be89a8dc8714a6427ef49332f
Author: Iván Ávalos <avalos@disroot.org>
Date: Tue, 3 Feb 2026 18:56:59 +0100
[wallet] bump qtart to v1.3.3+p1 (faster SQLite)
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.3.3"
+def qtart_version = "1.3.3+p1"
static def versionCodeEpoch() {
return (new Date().getTime() / 1000).toInteger()