summaryrefslogtreecommitdiff
path: root/wallet
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-09-06 20:11:16 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-09-06 20:11:16 +0530
commit177d22b03e7f8166f31f1c1d6169e5e606bafd0f (patch)
treeb97f7868a6615f5d4cc84f502933580deb67beac /wallet
parentaaf890c25a50b104eb7661c35edf334a0dbb3bb1 (diff)
downloadtaler-android-177d22b03e7f8166f31f1c1d6169e5e606bafd0f.tar.gz
taler-android-177d22b03e7f8166f31f1c1d6169e5e606bafd0f.tar.bz2
taler-android-177d22b03e7f8166f31f1c1d6169e5e606bafd0f.zip
[wallet] bump wallet-core version
Diffstat (limited to 'wallet')
-rw-r--r--wallet/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/wallet/build.gradle b/wallet/build.gradle
index de8df83..b3a8210 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -23,7 +23,7 @@ plugins {
id "de.undercouch.download"
}
-def walletCoreVersion = "v0.7.1-dev.27"
+def walletCoreVersion = "v0.7.1-dev.28"
static def versionCodeEpoch() {
return (new Date().getTime() / 1000).toInteger()