左晓为主开发手持机充值管理机
zuoxiao
3 天以前 b8ed2b19e0aaf3c357e2f601d8304acdc525f4f9
qiheonlinelibrary/build.gradle
@@ -1,8 +1,8 @@
apply plugin: 'com.android.library'
android {
    namespace 'com.dayu.qiheonlinelibrary'
    compileSdk 33
    ndkPath 'D:\\android\\sdk\\ndk\\android-ndk-r21'
    compileSdk 34
    ndkVersion '21.0.6113669'
    defaultConfig {
        minSdk 23
        targetSdk 33
@@ -14,7 +14,7 @@
    buildTypes {
        release {
            minifyEnabled false
            minifyEnabled true
            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
        }
    }
@@ -33,6 +33,7 @@
            path "CMakeLists.txt"
        }
    }
}
dependencies {
@@ -54,6 +55,7 @@
    implementation project(':ocridcardlibrary')
    implementation project(':baselibrary')
    compileOnly project(':pickerviewlibrary')
    //数据库
    implementation "androidx.room:room-runtime:2.3.0"
    implementation "androidx.room:room-ktx:2.3.0"
@@ -79,7 +81,8 @@
    compileOnly 'io.github.scwang90:refresh-header-classics:2.0.5'
    compileOnly 'androidx.recyclerview:recyclerview:1.2.0'//经典刷新头
    compileOnly 'com.wang.avi:library:2.1.3'
    compileOnly group: 'net.sourceforge.jexcelapi', name: 'jxl', version: '2.6.12'
}