weimingfei
2026-01-13 08c1c512181cd9752b5fdece57ccdac366be4431
keyCabinet-android/app/build.gradle
@@ -26,7 +26,7 @@
        ndk {
            moduleName "facesdk"
            ldLibs "log"
            abiFilters "armeabi-v7a","x86" // "armeabi", "x86", "arm64-v8a"
            abiFilters "arm64-v8a"
        }
        multiDexEnabled true
    }
@@ -108,6 +108,7 @@
    implementation project(path: ':settinglibrary')
    implementation 'androidx.legacy:legacy-support-v4:1.0.0'
    implementation files('libs\\simple-xml-2.7.1.jar')
    implementation files('libs\\myservice_20240630.jar')
    testImplementation deps.test.junit
    androidTestImplementation deps.test.ext_junit
    androidTestImplementation deps.test.test_espresso
@@ -125,8 +126,6 @@
    //implementation 'com.github.Shouheng88:compressor:latest-version'
    //压缩图片
    implementation "id.zelory:compressor:1.0.3"
    //串口
    implementation 'com.licheedev:android-serialport:2.1.3'
    //二维码生成
    implementation 'com.journeyapps:zxing-android-embedded:3.4.0'
@@ -135,4 +134,7 @@
    implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.19'
    //轮播图
    implementation 'com.bigkoo:convenientbanner:2.0.5'
    //头像
    implementation 'de.hdodenhof:circleimageview:3.1.0'
}