taler-android

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

commit a5cf1f6b4b828742e7758326a8c619c38aa233ef
parent d351f89cce722485033711f90edaf5a0f28e81ae
Author: Florian Dold <florian.dold@gmail.com>
Date:   Wed,  9 Sep 2020 12:57:57 +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.7.1-dev.28" +def walletCoreVersion = "v0.8.0-rc.1" static def versionCodeEpoch() { return (new Date().getTime() / 1000).toInteger()