summaryrefslogtreecommitdiff
path: root/wallet/build.gradle
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2023-06-24 17:28:42 -0600
committerTorsten Grote <t@grobox.de>2023-07-11 10:31:26 -0300
commit5f34c3611d898871469c365848971e2ac65fa47c (patch)
tree5230048763ba19530a0f54e0fbe47c0086d0f291 /wallet/build.gradle
parent42377a9d3dae70ff6bbbc447d15fcb590fda554e (diff)
downloadtaler-android-5f34c3611d898871469c365848971e2ac65fa47c.tar.gz
taler-android-5f34c3611d898871469c365848971e2ac65fa47c.tar.bz2
taler-android-5f34c3611d898871469c365848971e2ac65fa47c.zip
[wallet] Bump wallet-core to 0.9.3-dev.11
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 c4d71d5..43cc8ca 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -19,7 +19,7 @@ plugins {
id "kotlinx-serialization"
}
-def qtart_version = "0.9.3-dev.10"
+def qtart_version = "0.9.3-dev.11"
static def versionCodeEpoch() {
return (new Date().getTime() / 1000).toInteger()