summaryrefslogtreecommitdiff
path: root/wallet/build.gradle
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-08-11 17:35:16 -0300
committerTorsten Grote <t@grobox.de>2020-08-11 17:35:16 -0300
commit3ab6f1569b307b155de6049ad7207e10bdf97567 (patch)
tree5fb80477e94ff8c54b7f91db7004d746dcb54151 /wallet/build.gradle
parentd13be7c5c1be2492d38959a29e1b1c33df4938ff (diff)
downloadtaler-android-3ab6f1569b307b155de6049ad7207e10bdf97567.tar.gz
taler-android-3ab6f1569b307b155de6049ad7207e10bdf97567.tar.bz2
taler-android-3ab6f1569b307b155de6049ad7207e10bdf97567.zip
[wallet] upgrade wallet-core and adapt payment API
Diffstat (limited to 'wallet/build.gradle')
-rw-r--r--wallet/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/wallet/build.gradle b/wallet/build.gradle
index d0fd97d..329e271 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -24,7 +24,7 @@ plugins {
id "de.undercouch.download"
}
-def walletCoreVersion = "v0.7.1-dev.18"
+def walletCoreVersion = "v0.7.1-dev.19"
static def versionCodeEpoch() {
return (new Date().getTime() / 1000).toInteger()
@@ -48,7 +48,7 @@ android {
minSdkVersion 24
targetSdkVersion 29
versionCode 6
- versionName "0.7.1.dev.18"
+ versionName "0.7.1.dev.19"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "String", "WALLET_CORE_VERSION", "\"$walletCoreVersion\""
}
@@ -103,7 +103,7 @@ dependencies {
implementation 'net.taler:akono:0.1'
implementation 'androidx.preference:preference:1.1.1'
- implementation 'com.google.android.material:material:1.1.0'
+ implementation 'com.google.android.material:material:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
// Lists and Selection