| | |
| | | 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' |
| | | //将注释掉的远程依赖改为本地aar引用 |
| | | implementation files('../baselibrary/libs/avi.library-2.1.3.aar') |
| | | |
| | | compileOnly group: 'net.sourceforge.jexcelapi', name: 'jxl', version: '2.6.12' |
| | | } |
| | | |