|  |  | 
 |  |  | apply plugin: 'com.android.library' | 
 |  |  | android { | 
 |  |  |     namespace 'com.dayu.qihealonelibrary' | 
 |  |  |     compileSdk 33 | 
 |  |  |  | 
 |  |  |     compileSdk 34 | 
 |  |  |     ndkVersion '21.0.6113669' | 
 |  |  |     defaultConfig { | 
 |  |  |         minSdk 23 | 
 |  |  |         targetSdk 33 | 
 |  |  | 
 |  |  |  | 
 |  |  |     buildTypes { | 
 |  |  |         release { | 
 |  |  |             minifyEnabled false | 
 |  |  |             minifyEnabled true | 
 |  |  |             proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' | 
 |  |  |         } | 
 |  |  |     } | 
 |  |  | 
 |  |  |  | 
 |  |  | 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' | 
 |  |  |  | 
 |  |  |     //地址选择 | 
 |  |  |     implementation project(':pickerviewlibrary') | 
 |  |  |     compileOnly project(':pickerviewlibrary') | 
 |  |  |     implementation project(':ocridcardlibrary') | 
 |  |  |     implementation project(':baselibrary') | 
 |  |  |  | 
 |  |  |     compileOnly 'com.tencent.bugly:crashreport:4.1.9.3' | 
 |  |  | //    处理图片 | 
 |  |  | //    implementation (name: 'ocr-library', ext: 'aar') | 
 |  |  |     //权限申请 | 
 |  |  |     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' |