taler-android

Android apps for GNU Taler (wallet, PoS, cashier)
Log | Files | Refs | README | LICENSE

commit ae60909a445e13edc83506648a1be95134ccdf95
parent a5cf1f6b4b828742e7758326a8c619c38aa233ef
Author: Florian Dold <florian.dold@gmail.com>
Date:   Wed,  9 Sep 2020 21:20:48 +0530

bump wallet core version

Diffstat:
Mwallet/build.gradle | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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()