diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-09-09 12:57:57 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-09-09 12:57:57 +0530 |
commit | a5cf1f6b4b828742e7758326a8c619c38aa233ef (patch) | |
tree | a5714b5ae051ca9f175b1befa161f4c5f8e5af97 /wallet | |
parent | d351f89cce722485033711f90edaf5a0f28e81ae (diff) | |
download | taler-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.gradle | 2 |
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() |