diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-09-09 21:20:48 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-09-09 21:20:48 +0530 |
commit | ae60909a445e13edc83506648a1be95134ccdf95 (patch) | |
tree | 2134ef26a7e79d0914a9f59acfe1120d49ed791b /wallet | |
parent | a5cf1f6b4b828742e7758326a8c619c38aa233ef (diff) | |
download | taler-android-ae60909a445e13edc83506648a1be95134ccdf95.tar.gz taler-android-ae60909a445e13edc83506648a1be95134ccdf95.tar.bz2 taler-android-ae60909a445e13edc83506648a1be95134ccdf95.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 ef0b1f4..a5b2a75 100644 --- a/wallet/build.gradle +++ b/wallet/build.gradle @@ -23,7 +23,7 @@ plugins { id "de.undercouch.download" } -def walletCoreVersion = "v0.8.0-rc.1" +def walletCoreVersion = "v0.8.0-rc.2" static def versionCodeEpoch() { return (new Date().getTime() / 1000).toInteger() |