summaryrefslogtreecommitdiff
path: root/wallet/build.gradle
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2023-09-26 18:38:21 +0200
committerTorsten Grote <t@grobox.de>2023-09-26 18:48:17 +0200
commit208d100bed10d70a42a4b1c3c7e31c09b42d406a (patch)
tree6938af24523a1fdcda72f0b25c863bde1b53fe79 /wallet/build.gradle
parente7e276369d31e71c6057f9f5a31a9e049af68bd7 (diff)
downloadtaler-android-208d100bed10d70a42a4b1c3c7e31c09b42d406a.tar.gz
taler-android-208d100bed10d70a42a4b1c3c7e31c09b42d406a.tar.bz2
taler-android-208d100bed10d70a42a4b1c3c7e31c09b42d406a.zip
[wallet] upgrade to qtart 0.9.3-dev.16
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 dc1a8ce..35d1bc4 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -19,7 +19,7 @@ plugins {
id "kotlinx-serialization"
}
-def qtart_version = "0.9.3-dev.14"
+def qtart_version = "0.9.3-dev.16"
static def versionCodeEpoch() {
return (new Date().getTime() / 1000).toInteger()