We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54aaa4b commit fc50328Copy full SHA for fc50328
app/build.gradle
@@ -30,7 +30,7 @@ android {
30
}
31
32
repositories {
33
- jcenter()
+ mavenCentral()
34
google()
35
36
@@ -44,7 +44,7 @@ dependencies {
44
implementation 'androidx.core:core-ktx:1.1.0'
45
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
46
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
47
- implementation 'me.dm7.barcodescanner:zxing:1.9.13'
+ implementation 'me.dm7.barcodescanner:zxing:1.9.8'
48
implementation 'com.beust:klaxon:5.5'
49
implementation 'com.squareup.okhttp3:okhttp:4.3.0'
50
implementation 'com.google.android.material:material:1.1.0-beta02'
0 commit comments