diff options
author | Florian Dold <florian@dold.me> | 2022-10-10 13:34:01 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2022-10-10 13:34:17 +0200 |
commit | 658118b55a39a5a4b8d9ef6876ceba3552ad5302 (patch) | |
tree | c1cdc9db6bc9a7e4a43083e4399f2ef6f0dc567b | |
parent | 080d2f0bacc704a7f85e596ea9618b569aeed6e2 (diff) | |
download | taler-android-658118b55a39a5a4b8d9ef6876ceba3552ad5302.tar.gz taler-android-658118b55a39a5a4b8d9ef6876ceba3552ad5302.tar.bz2 taler-android-658118b55a39a5a4b8d9ef6876ceba3552ad5302.zip |
[wallet] bump wallet core version and version code
-rw-r--r-- | wallet/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wallet/build.gradle b/wallet/build.gradle index cf0c945..fe82298 100644 --- 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\"" |