commit c107260db2099de581e76a1f38e3697b7665440a
parent 1a85f3faac94224bb760353859bf0dbde705adfe
Author: Iván Ávalos <avalos@disroot.org>
Date: Fri, 14 Jun 2024 12:56:45 -0600
[wallet] Bump qtart to 0.11.4+p1
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.11.1"
+def qtart_version = "0.11.4+p1"
static def versionCodeEpoch() {
return (new Date().getTime() / 1000).toInteger()