From cf8d448625fa56558e119ff327d9a9d4547e1d18 Mon Sep 17 00:00:00 2001 From: hayu <1604366271@qq.com> Date: Tue, 17 Jun 2025 13:43:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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'