summaryrefslogtreecommitdiff
path: root/wallet
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-09-09 12:57:57 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-09-09 12:57:57 +0530
commita5cf1f6b4b828742e7758326a8c619c38aa233ef (patch)
treea5714b5ae051ca9f175b1befa161f4c5f8e5af97 /wallet
parentd351f89cce722485033711f90edaf5a0f28e81ae (diff)
downloadtaler-android-a5cf1f6b4b828742e7758326a8c619c38aa233ef.tar.gz
taler-android-a5cf1f6b4b828742e7758326a8c619c38aa233ef.tar.bz2
taler-android-a5cf1f6b4b828742e7758326a8c619c38aa233ef.zip
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 cc0e411..ef0b1f4 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -23,7 +23,7 @@ plugins {
id "de.undercouch.download"
}
-def walletCoreVersion = "v0.7.1-dev.28"
+def walletCoreVersion = "v0.8.0-rc.1"
static def versionCodeEpoch() {
return (new Date().getTime() / 1000).toInteger()