Skip to content

Commit

Permalink
Add a warning to not upgrade ZXing
Browse files Browse the repository at this point in the history
Do NOT upgrade ZXing because newer versions won't work on API < 24.
For details see: zxing/zxing#1170
  • Loading branch information
markusfisch committed Nov 13, 2019
1 parent 930656f commit 336f596
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.2"
implementation "com.android.support:appcompat-v7:$support_version"
implementation "com.android.support:design:$support_version"
// Do NOT upgrade ZXing because newer versions won't work on API < 24
// https://github.com/zxing/zxing/issues/1170
implementation 'com.google.zxing:core:3.3.3'
implementation 'com.github.markusfisch:CameraView:1.8.4'
implementation 'com.github.markusfisch:ScalingImageView:1.1.4'
Expand Down

0 comments on commit 336f596

Please sign in to comment.