Skip to content

Commit

Permalink
Exclude com.google.zxing to avoid conflicts
Browse files Browse the repository at this point in the history
Exclude com.google.zxing group to avoid conflicts with other Cordova plugins. Should fix phonegap#535 and phonegap#614
  • Loading branch information
mpacary authored Sep 30, 2019
1 parent bd82b3f commit dc32b80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/android/barcodescanner.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ android {
exclude 'META-INF/LICENSE'
}
}

configurations {
compile.exclude group: 'com.google.zxing'
}

0 comments on commit dc32b80

Please sign in to comment.