summaryrefslogtreecommitdiff
path: root/wallet/build.gradle
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2023-05-15 15:34:24 -0600
committerIván Ávalos <avalos@disroot.org>2023-06-28 19:59:12 -0600
commitf72b427cc7df48f42b99eda5aa6f4f3b66e533a9 (patch)
tree6a106816bce90a2248d39676ec4318f05f027980 /wallet/build.gradle
parentd99fd893dbe66e64954114bfd2bd6a37f388cc2b (diff)
downloadtaler-android-f72b427cc7df48f42b99eda5aa6f4f3b66e533a9.tar.gz
taler-android-f72b427cc7df48f42b99eda5aa6f4f3b66e533a9.tar.bz2
taler-android-f72b427cc7df48f42b99eda5aa6f4f3b66e533a9.zip
[wallet] Implemented DD37 with the new txActions field
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 b1e09ef..c4d71d5 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -19,7 +19,7 @@ plugins {
id "kotlinx-serialization"
}
-def qtart_version = "0.9.3-dev.8"
+def qtart_version = "0.9.3-dev.10"
static def versionCodeEpoch() {
return (new Date().getTime() / 1000).toInteger()