Skip to content

Commit

Permalink
gradle update
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Dittrich committed Oct 18, 2021
1 parent d8f4a9b commit acb9289
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/android/qrscanner.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ repositories {
}

dependencies {
compile 'com.google.zxing:core:3.2.1'
compile (name:'zxing-android-embedded-release', ext:'aar')
compile 'com.android.support:appcompat-v7:23.1.0'
implementation 'com.google.zxing:core:3.2.1'
implementation (name:'zxing-android-embedded-release', ext:'aar')
implementation 'com.android.support:appcompat-v7:23.1.0'
}

android {
Expand Down

0 comments on commit acb9289

Please sign in to comment.