Update dependency ZXing
- update com.google.zxing:core to 3.4.1 Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
This commit is contained in:
parent
ff9c9c6a8f
commit
c43d7c08bd
1 changed files with 1 additions and 6 deletions
|
@ -72,12 +72,7 @@ dependencies {
|
|||
implementation "com.github.aakira:expandable-layout:1.6.0"
|
||||
implementation "com.heinrichreimersoftware:material-intro:2.0.0"
|
||||
implementation("com.journeyapps:zxing-android-embedded:4.1.0") { transitive = false }
|
||||
implementation('com.google.zxing:core') {
|
||||
version {
|
||||
strictly '[3.3, 3.4[' // Keep pinned below 3.4 to support SDK versions below 24
|
||||
prefer '3.3.0'
|
||||
}
|
||||
}
|
||||
implementation('com.google.zxing:core:3.4.1')
|
||||
implementation "com.vanniktech:vntnumberpickerpreference:1.0.0"
|
||||
implementation "me.zhanghai.android.materialprogressbar:library:1.6.1"
|
||||
implementation "org.sufficientlysecure:openpgp-api:12.0"
|
||||
|
|
Loading…
Reference in a new issue