commit 7ac241fd58a17e552101e602d1451f6f65e74c8b
parent e113074e15652d6e395a69b57f7cd474cc5d822f
Author: Iván Ávalos <avalos@disroot.org>
Date: Fri, 5 Apr 2024 10:23:34 -0600
[wallet] Bump qtart to 0.10.2
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wallet/build.gradle b/wallet/build.gradle
@@ -19,7 +19,7 @@ plugins {
id "kotlinx-serialization"
}
-def qtart_version = "0.10.1"
+def qtart_version = "0.10.2"
static def versionCodeEpoch() {
return (new Date().getTime() / 1000).toInteger()