android:replace scan qrcode

This commit is contained in:
刘涛
2020-05-15 15:38:47 +08:00
committed by osborn
parent 3d1b336dac
commit af8f37de3e
29 changed files with 2786 additions and 9 deletions

View File

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