123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- ext {
- android = [
- applicationId : 'com.hdl.xl',
- compileSdkVersion: 29,
- minSdkVersion : 23,
- buildToolsVersion: "30.0.1",
- targetSdkVersion : 29,
- versionCode : 13,
- versionName : "1.1.3",
- ]
- dependLibs = [
- /**/
- appcompt : "androidx.appcompat:appcompat:1.3.0-alpha02",
- design : 'com.google.android.material:material:1.2.1',
- recyclerview : "androidx.recyclerview:recyclerview:1.0.0",
- lifecycle : "androidx.lifecycle:lifecycle-extensions:2.2.0",
- constraintlayout : 'androidx.constraintlayout:constraintlayout:2.0.4',
- navigation_ui : 'androidx.navigation:navigation-ui:2.3.1',
- navigation_fragment : 'androidx.navigation:navigation-fragment:2.3.1',
- xrecyclerview : 'com.jcodecraeer:xrecyclerview:1.6.0',
- flexbox : 'com.google.android:flexbox:2.0.1',
- /*网络相关*/
- retrofit2 : "com.squareup.retrofit2:retrofit:2.5.0",
- rxjava2 : "io.reactivex.rxjava2:rxjava:2.2.17",
- mmkv : "com.tencent:mmkv-static:1.2.1",
- retrofit2convertergson : "com.squareup.retrofit2:converter-gson:2.6.1",
- rxjava2adapter : "com.squareup.retrofit2:adapter-rxjava2:2.6.1",
- rxandroid : "io.reactivex.rxjava2:rxandroid:2.1.1",
- okhttp3LoggerInterceptor: "com.squareup.okhttp3:logging-interceptor:3.4.1",
- gson : "com.google.code.gson:gson:2.6.2",
- /*图片加载*/
- glide : 'com.github.bumptech.glide:glide:4.11.0',
- glide_compiler : 'com.github.bumptech.glide:compiler:4.11.0',
- /*第三方UI*/
- banner : 'com.youth.banner:banner:2.1.0',
- pickerview : 'com.contrarywind:Android-PickerView:4.1.9',
- photoView : 'com.github.chrisbanes:PhotoView:2.3.0',
- /*地图*/
- amap_3dmap : 'com.amap.api:3dmap:latest.integration',
- amap_location : 'com.amap.api:location:latest.integration',
- amap_search : 'com.amap.api:search:latest.integration',
- /*推送*/
- jpush : 'cn.jiguang.sdk:jpush:3.8.6',
- jcore : 'cn.jiguang.sdk:jcore:2.5.5',
- /* eventbus */
- eventbus : 'org.greenrobot:eventbus:3.1.1',
- //权限
- rxpermissions : 'com.github.tbruyelle:rxpermissions:0.10.2',
- //1.1.0 androidx 版本
- smartRefreshLayout : 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-andx-7',
- smartRefreshHeader : 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0-andx-7',
- pictureSelector : 'com.github.LuckSiege.PictureSelector:picture_library:v2.5.3',
- //Gilde框架
- bumptech_glide_glide : 'com.github.bumptech.glide:glide:4.11.0',
- bumptech_glide_compiler : 'com.github.bumptech.glide:compiler:4.11.0',
- swiperefreshlayout : "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0",
- //jsbridge
- jsbridge : 'com.github.lzyzsd:jsbridge:1.0.4',
- //内存泄露
- /*leakcanary : "com.squareup.leakcanary:leakcanary-android:2.5",
- leakcanary_watcher : "com.squareup.leakcanary:leakcanary-object-watcher-android:2.5",*/
- hawk : 'com.orhanobut:hawk:+',
- okhttp3 : 'com.squareup.okhttp3:okhttp:4.1.0',
- loopView : 'com.weigan:loopView:0.2.2',
- pickerView : 'com.contrarywind:Android-PickerView:4.1.9',
- //获取异常/崩溃
- bugly : 'com.tencent.bugly:crashreport:latest.release',
- //垂直的tablayout
- VerticalTabLayout : 'q.rorbin:VerticalTabLayout:1.2.5',
- hbanner : 'com.lakehubo:hbanner:1.0.8',
- danikula :'com.danikula:videocache:2.7.0'
- ]
- }
|