taler-android

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

commit aaf890c25a50b104eb7661c35edf334a0dbb3bb1
parent a6290086beefecbddf82ccd490d41ef338354fb8
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sat,  5 Sep 2020 18:11:04 +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.26" +def walletCoreVersion = "v0.7.1-dev.27" static def versionCodeEpoch() { return (new Date().getTime() / 1000).toInteger()