| | |
| | | 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 |
| | |
| | | path "CMakeLists.txt" |
| | | } |
| | | } |
| | | |
| | | } |
| | | |
| | | dependencies { |
| | |
| | | |
| | | 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" |
| | |
| | | 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' |
| | | } |
| | | |