summaryrefslogtreecommitdiff
path: root/wallet/build.gradle
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-03-24 09:22:01 -0300
committerTorsten Grote <t@grobox.de>2020-03-24 09:22:01 -0300
commit1dbc22f1faba07331953d761097d5ad91ffff5ce (patch)
tree9e4e3fd149eeb1be758cba4104c745b0c779e513 /wallet/build.gradle
parent864160280872fdb400c2e0e61aaaa1b858fba3f8 (diff)
downloadtaler-android-1dbc22f1faba07331953d761097d5ad91ffff5ce.tar.gz
taler-android-1dbc22f1faba07331953d761097d5ad91ffff5ce.tar.bz2
taler-android-1dbc22f1faba07331953d761097d5ad91ffff5ce.zip
Fix Wallet QR code scanning and nightly version number display
Diffstat (limited to 'wallet/build.gradle')
-rw-r--r--wallet/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/wallet/build.gradle b/wallet/build.gradle
index e3013ce..3e8131a 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -72,7 +72,7 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version"
// QR codes
- implementation 'com.journeyapps:zxing-android-embedded:3.2.0@aar'
+ implementation 'com.journeyapps:zxing-android-embedded:4.0.2@aar'
// Nicer ProgressBar
implementation 'me.zhanghai.android.materialprogressbar:library:1.6.1'