Skip to content

Commit fc50328

Browse files
committed
Fix dependency broken by jCenter
1 parent 54aaa4b commit fc50328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030
}
3131

3232
repositories {
33-
jcenter()
33+
mavenCentral()
3434
google()
3535
}
3636

@@ -44,7 +44,7 @@ dependencies {
4444
implementation 'androidx.core:core-ktx:1.1.0'
4545
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
4646
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
47-
implementation 'me.dm7.barcodescanner:zxing:1.9.13'
47+
implementation 'me.dm7.barcodescanner:zxing:1.9.8'
4848
implementation 'com.beust:klaxon:5.5'
4949
implementation 'com.squareup.okhttp3:okhttp:4.3.0'
5050
implementation 'com.google.android.material:material:1.1.0-beta02'

0 commit comments

Comments
 (0)