|  |  | 
 |  |  | apply plugin: 'com.android.library' | 
 |  |  | android { | 
 |  |  |     namespace 'com.dayu.henanlibrary' | 
 |  |  |     compileSdk 33 | 
 |  |  |     ndkPath 'D:\\android\\sdk\\ndk\\android-ndk-r21' | 
 |  |  |     defaultConfig { | 
 |  |  |         minSdk 23 | 
 |  |  |         targetSdk 26 | 
 |  |  | 
 |  |  |  | 
 |  |  |     buildTypes { | 
 |  |  |         release { | 
 |  |  |             minifyEnabled false | 
 |  |  |             minifyEnabled true | 
 |  |  |             proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' | 
 |  |  |         } | 
 |  |  |     } | 
 |  |  | 
 |  |  |             path "CMakeLists.txt" | 
 |  |  |         } | 
 |  |  |     } | 
 |  |  |  | 
 |  |  | } | 
 |  |  |  | 
 |  |  | dependencies { | 
 |  |  |  | 
 |  |  |     implementation fileTree(include: ['*.jar','*.aar'], dir: 'libs') | 
 |  |  |     implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs') | 
 |  |  |  | 
 |  |  |     compileOnly 'com.android.support:appcompat-v7:28.0.0' | 
 |  |  |     compileOnly 'com.android.support.constraint:constraint-layout:1.1.3' | 
 |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     compileOnly group: 'net.sourceforge.jexcelapi', name: 'jxl', version: '2.6.12' | 
 |  |  |     compileOnly 'com.wang.avi:library:2.1.3' | 
 |  |  | //    compileOnly 'com.wang.avi:library:2.1.3' | 
 |  |  |     implementation files('../baselibrary/libs/avi.library-2.1.3.aar') | 
 |  |  |     //地址选择 | 
 |  |  |     implementation project(':pickerviewlibrary') | 
 |  |  |     compileOnly project(':pickerviewlibrary') | 
 |  |  |     implementation project(':easysocket') | 
 |  |  |     implementation project(':ocridcardlibrary') | 
 |  |  |     implementation project(':baselibrary') | 
 |  |  | 
 |  |  |     //权限申请 | 
 |  |  |     compileOnly 'com.github.getActivity:XXPermissions:18.5' | 
 |  |  |     //滚动选择框 | 
 |  |  |     compileOnly 'com.contrarywind:Android-PickerView:4.1.9' | 
 |  |  | //    compileOnly 'com.contrarywind:Android-PickerView:4.1.9' | 
 |  |  |  | 
 |  |  |     //列表 | 
 |  |  |     compileOnly 'io.github.scwang90:refresh-layout-kernel:2.0.5' |