左晓为主开发手持机充值管理机
zuoxiao
2025-02-28 765d5165b18938eaefbd5b3af00e8775bfb1a91f
qiheonlinelibrary/build.gradle
@@ -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,9 @@
    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'
    //将注释掉的远程依赖改为本地aar引用
    implementation files('../baselibrary/libs/avi.library-2.1.3.aar')
    compileOnly group: 'net.sourceforge.jexcelapi', name: 'jxl', version: '2.6.12'
}