| | |
| | | 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 |
| | |
| | | compileOnly 'io.github.scwang90:refresh-header-classics:2.0.5' |
| | | compileOnly 'androidx.recyclerview:recyclerview:1.2.0'//经典刷新头 |
| | | |
| | | //将注释掉的远程依赖改为本地aar引用 |
| | | implementation files('../baselibrary/libs/avi.library-2.1.3.aar') |
| | | |
| | | |
| | | compileOnly group: 'net.sourceforge.jexcelapi', name: 'jxl', version: '2.6.12' |
| | | } |