Bump baseline and downgrade ZXing

This commit is contained in:
aarongrider 2020-11-12 10:19:18 -08:00
parent 9518f3aef4
commit e85c0cb310
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ android {
compileSdkVersion 28
defaultConfig {
minSdkVersion 16
minSdkVersion 23
targetSdkVersion 28
versionCode 1
versionName "1.0"
@ -20,6 +20,6 @@ android {
dependencies {
implementation 'com.facebook.react:react-native:+'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation 'com.google.zxing:core:3.4.0'
implementation 'com.google.zxing:core:3.3.3'
implementation group: 'com.drewnoakes', name: 'metadata-extractor', version: '2.12.0'
}

View File

@ -3,7 +3,7 @@
buildscript {
ext {
buildToolsVersion = "28.0.3"
minSdkVersion = 16
minSdkVersion = 23
compileSdkVersion = 28
targetSdkVersion = 28
}