commit b1468eb48b3a267638ccffca7aaa56458af8096a
parent 3619d92bcdd8efc99ff5ebdde63565286a883438
Author: Iván Ávalos <avalos@disroot.org>
Date: Fri, 20 Mar 2026 11:20:22 +0100
[wallet] bump qtart to v1.4.0
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.13"
+def qtart_version = "1.4.0"
static def versionCodeEpoch() {
return (new Date().getTime() / 1000).toInteger()