commit a95f3a0068825ef28bcfdc7379a965609056ca6a
parent a42057877707b2f38c28a7372c8824707584f66b
Author: Florian Dold <florian@dold.me>
Date: Fri, 23 Sep 2022 10:36:51 +0200
[wallet] bump wallet-core to v0.9.0-dev.23
Diffstat:
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.22"
-def walletCoreSha256 = "7f5dea56836ebc99bd7dfcf740cbcbe005de962488a248e11c715ee4b2e447cc"
+def walletCoreVersion = "v0.9.0-dev.23"
+def walletCoreSha256 = "d7c43a7a1d25acb68bae2df955d3c2ff6545496b31ab015c14f755a9babb274e"
static def versionCodeEpoch() {
return (new Date().getTime() / 1000).toInteger()
@@ -46,7 +46,7 @@ android {
applicationId "net.taler.wallet"
minSdkVersion 21
targetSdkVersion 32
- versionCode 15
+ versionCode 16
versionName walletCoreVersion
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "String", "WALLET_CORE_VERSION", "\"$walletCoreVersion\""