taler-android

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

commit 658118b55a39a5a4b8d9ef6876ceba3552ad5302
parent 080d2f0bacc704a7f85e596ea9618b569aeed6e2
Author: Florian Dold <florian@dold.me>
Date:   Mon, 10 Oct 2022 13:34:01 +0200

[wallet] bump wallet core version and version code

Diffstat:
Mwallet/build.gradle | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/wallet/build.gradle b/wallet/build.gradle @@ -23,8 +23,8 @@ plugins { id "de.undercouch.download" } -def walletCoreVersion = "v0.9.0-dev.25" -def walletCoreSha256 = "ad3afb3120bac1c3ed5a9fb70449b097dcd776b87bc9c503660fdedb88a5e6c3" +def walletCoreVersion = "v0.9.0-dev.29" +def walletCoreSha256 = "ac613a1624d6a29ff06bd9c8ff1febd341fa63fdd1f5365f6296b2c628c40477" static def versionCodeEpoch() { return (new Date().getTime() / 1000).toInteger() @@ -46,7 +46,7 @@ android { applicationId "net.taler.wallet" minSdkVersion 21 targetSdkVersion 32 - versionCode 17 + versionCode 18 versionName walletCoreVersion testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField "String", "WALLET_CORE_VERSION", "\"$walletCoreVersion\""