This commit is contained in:
hayu 2025-06-17 13:43:34 +08:00
parent a75576160f
commit cf8d448625
1 changed files with 4 additions and 2 deletions

View File

@ -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'