summaryrefslogtreecommitdiff
path: root/wallet/build.gradle
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2024-03-21 11:04:00 -0600
committerIván Ávalos <avalos@disroot.org>2024-03-27 14:08:15 -0600
commitce4ba124a013cea6bc09993fe617e283efb339a7 (patch)
treed9a2865e0805677ad7b1ccb0634f1a72aef4e6fc /wallet/build.gradle
parent4af27e7b518688b24a2ae3c84e21bc398462d54a (diff)
downloadtaler-android-dev/ivan-avalos/nativenet.tar.gz
taler-android-dev/ivan-avalos/nativenet.tar.bz2
taler-android-dev/ivan-avalos/nativenet.zip
[wallet] Bump qtart to 0.9.4a+p1 and set CuRL HTTP clientdev/ivan-avalos/nativenet
Diffstat (limited to 'wallet/build.gradle')
-rw-r--r--wallet/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/wallet/build.gradle b/wallet/build.gradle
index 62a7782..e3ceb6a 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -19,7 +19,7 @@ plugins {
id "kotlinx-serialization"
}
-def qtart_version = "0.9.4-dev.18"
+def qtart_version = "0.9.4a+p1"
static def versionCodeEpoch() {
return (new Date().getTime() / 1000).toInteger()