commit ab1f720236e802fbccce27c2f105c06df1a15b6f
parent 2f87dec68aea11b2a6691620def7a4791e037c95
Author: Iván Ávalos <avalos@disroot.org>
Date: Fri, 1 Aug 2025 16:35:04 +0200
[wallet] bump qtart to 1.0.27
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.26"
+def qtart_version = "1.0.27"
static def versionCodeEpoch() {
return (new Date().getTime() / 1000).toInteger()