diff --git a/app/build.gradle b/app/build.gradle index 7739e05..5200e43 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,10 +8,10 @@ android { defaultConfig { applicationId "org.easydarwin.easypusher" - minSdkVersion 26 + minSdkVersion 27 targetSdkVersion 30 versionCode 45 - versionName "20.0.4" + versionName "20.0.5" multiDexEnabled true ndk { abiFilters "armeabi","armeabi-v7a","arm64-v8a","mips" @@ -145,6 +145,8 @@ dependencies { // implementation 'com.github.barteksc:android-pdf-viewer:3.2.0-beta.1' //二维码 // implementation 'cn.yipianfengye.android:zxing-library:2.2' + implementation 'com.journeyapps:zxing-android-embedded:4.3.0' + implementation 'com.google.zxing:core:3.4.1' //GSON implementation 'com.google.code.gson:gson:2.8.6'