taler-android

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

commit 177d22b03e7f8166f31f1c1d6169e5e606bafd0f
parent aaf890c25a50b104eb7661c35edf334a0dbb3bb1
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sun,  6 Sep 2020 20:11:16 +0530

[wallet] 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.27" +def walletCoreVersion = "v0.7.1-dev.28" static def versionCodeEpoch() { return (new Date().getTime() / 1000).toInteger()