summaryrefslogtreecommitdiff
path: root/wallet
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-09-23 10:36:51 +0200
committerFlorian Dold <florian@dold.me>2022-09-23 10:36:51 +0200
commita95f3a0068825ef28bcfdc7379a965609056ca6a (patch)
tree6943764332102e92152bd18997336eaa5ba4ee00 /wallet
parenta42057877707b2f38c28a7372c8824707584f66b (diff)
downloadtaler-android-a95f3a0068825ef28bcfdc7379a965609056ca6a.tar.gz
taler-android-a95f3a0068825ef28bcfdc7379a965609056ca6a.tar.bz2
taler-android-a95f3a0068825ef28bcfdc7379a965609056ca6a.zip
[wallet] bump wallet-core to v0.9.0-dev.23
Diffstat (limited to 'wallet')
-rw-r--r--wallet/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/wallet/build.gradle b/wallet/build.gradle
index 581dc7e..c0a9e13 100644
--- 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\""