diff options
author | Florian Dold <florian@dold.me> | 2021-11-28 15:37:09 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-11-28 15:37:09 +0100 |
commit | 043551891f3879aa04aa9d8e4b76fcbd8fe8365d (patch) | |
tree | 5bb182f75de94dd48ad87bd1b28c9ea8a7c57ae2 /wallet | |
parent | 41f6fb88129fbff2134645a3700418ac89dc2d4c (diff) | |
download | taler-android-043551891f3879aa04aa9d8e4b76fcbd8fe8365d.tar.gz taler-android-043551891f3879aa04aa9d8e4b76fcbd8fe8365d.tar.bz2 taler-android-043551891f3879aa04aa9d8e4b76fcbd8fe8365d.zip |
wallet: bump wallet core version
Diffstat (limited to 'wallet')
-rw-r--r-- | wallet/build.gradle | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wallet/build.gradle b/wallet/build.gradle index 9a5f8ef..e5da3a3 100644 --- a/wallet/build.gradle +++ b/wallet/build.gradle @@ -23,8 +23,8 @@ plugins { id "de.undercouch.download" } -def walletCoreVersion = "v0.8.2" -def walletCoreSha256 = "185ee051101968fb8e01e8dcc70b2017bbb99c92bc31c97330b2be16baf043e9" +def walletCoreVersion = "v0.9.0-dev.1" +def walletCoreSha256 = "4c7add4ef814974fe129f8c06c4ebb08876c95cd689ee8629fa0ac0109320021" static def versionCodeEpoch() { return (new Date().getTime() / 1000).toInteger() @@ -47,8 +47,8 @@ android { applicationId "net.taler.wallet" minSdkVersion 21 targetSdkVersion 30 - versionCode 10 - versionName "v0.8.2" + versionCode 11 + versionName "v0.9.0-dev.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField "String", "WALLET_CORE_VERSION", "\"$walletCoreVersion\"" } |