taler-android

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

commit 5f34c3611d898871469c365848971e2ac65fa47c
parent 42377a9d3dae70ff6bbbc447d15fcb590fda554e
Author: Iván Ávalos <avalos@disroot.org>
Date:   Sat, 24 Jun 2023 17:28:42 -0600

[wallet] Bump wallet-core to 0.9.3-dev.11

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

diff --git a/wallet/build.gradle b/wallet/build.gradle @@ -19,7 +19,7 @@ plugins { id "kotlinx-serialization" } -def qtart_version = "0.9.3-dev.10" +def qtart_version = "0.9.3-dev.11" static def versionCodeEpoch() { return (new Date().getTime() / 1000).toInteger()