android:update zxing:3.3.0

This commit is contained in:
刘涛 2020-05-15 15:43:02 +08:00 committed by osborn
parent af8f37de3e
commit 750215917b

View File

@ -36,7 +36,7 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation 'com.google.zxing:core:3.3.3'
implementation 'com.google.zxing:core:3.3.0'
implementation 'com.google.zxing:android-core:3.3.0'
}