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