Skip to content

Commit

Permalink
Fix dependency broken by jCenter
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Aug 29, 2024
1 parent 54aaa4b commit fc50328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
}

repositories {
jcenter()
mavenCentral()
google()
}

Expand All @@ -44,7 +44,7 @@ dependencies {
implementation 'androidx.core:core-ktx:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
implementation 'me.dm7.barcodescanner:zxing:1.9.13'
implementation 'me.dm7.barcodescanner:zxing:1.9.8'
implementation 'com.beust:klaxon:5.5'
implementation 'com.squareup.okhttp3:okhttp:4.3.0'
implementation 'com.google.android.material:material:1.1.0-beta02'
Expand Down

0 comments on commit fc50328

Please sign in to comment.