Skip to content

Commit

Permalink
Merge pull request #2 from ath0mas/agp-7-compile
Browse files Browse the repository at this point in the history
fix: use configuration 'implementation' to prevent build error with AGP 7
  • Loading branch information
ath0mas authored Aug 10, 2022
2 parents d837caf + 1f2cead commit 9fb983d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/android/barcodescanner.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
repositories{
jcenter()
flatDir{
dirs 'libs'
}
}

dependencies {
compile(name:'barcodescanner-release-2.1.7', ext:'aar')
implementation files('libs/barcodescanner-release-2.1.7.aar')
}

android {
Expand Down

0 comments on commit 9fb983d

Please sign in to comment.