libversion.gradle 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. ext {
  2. android = [
  3. applicationId : 'com.hdl.xl',
  4. compileSdkVersion: 29,
  5. minSdkVersion : 23,
  6. buildToolsVersion: "30.0.1",
  7. targetSdkVersion : 29,
  8. versionCode : 13,
  9. versionName : "1.1.3",
  10. ]
  11. dependLibs = [
  12. /**/
  13. appcompt : "androidx.appcompat:appcompat:1.3.0-alpha02",
  14. design : 'com.google.android.material:material:1.2.1',
  15. recyclerview : "androidx.recyclerview:recyclerview:1.0.0",
  16. lifecycle : "androidx.lifecycle:lifecycle-extensions:2.2.0",
  17. constraintlayout : 'androidx.constraintlayout:constraintlayout:2.0.4',
  18. navigation_ui : 'androidx.navigation:navigation-ui:2.3.1',
  19. navigation_fragment : 'androidx.navigation:navigation-fragment:2.3.1',
  20. xrecyclerview : 'com.jcodecraeer:xrecyclerview:1.6.0',
  21. flexbox : 'com.google.android:flexbox:2.0.1',
  22. /*网络相关*/
  23. retrofit2 : "com.squareup.retrofit2:retrofit:2.5.0",
  24. rxjava2 : "io.reactivex.rxjava2:rxjava:2.2.17",
  25. mmkv : "com.tencent:mmkv-static:1.2.1",
  26. retrofit2convertergson : "com.squareup.retrofit2:converter-gson:2.6.1",
  27. rxjava2adapter : "com.squareup.retrofit2:adapter-rxjava2:2.6.1",
  28. rxandroid : "io.reactivex.rxjava2:rxandroid:2.1.1",
  29. okhttp3LoggerInterceptor: "com.squareup.okhttp3:logging-interceptor:3.4.1",
  30. gson : "com.google.code.gson:gson:2.6.2",
  31. /*图片加载*/
  32. glide : 'com.github.bumptech.glide:glide:4.11.0',
  33. glide_compiler : 'com.github.bumptech.glide:compiler:4.11.0',
  34. /*第三方UI*/
  35. banner : 'com.youth.banner:banner:2.1.0',
  36. pickerview : 'com.contrarywind:Android-PickerView:4.1.9',
  37. photoView : 'com.github.chrisbanes:PhotoView:2.3.0',
  38. /*地图*/
  39. amap_3dmap : 'com.amap.api:3dmap:latest.integration',
  40. amap_location : 'com.amap.api:location:latest.integration',
  41. amap_search : 'com.amap.api:search:latest.integration',
  42. /*推送*/
  43. jpush : 'cn.jiguang.sdk:jpush:3.8.6',
  44. jcore : 'cn.jiguang.sdk:jcore:2.5.5',
  45. /* eventbus */
  46. eventbus : 'org.greenrobot:eventbus:3.1.1',
  47. //权限
  48. rxpermissions : 'com.github.tbruyelle:rxpermissions:0.10.2',
  49. //1.1.0 androidx 版本
  50. smartRefreshLayout : 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-andx-7',
  51. smartRefreshHeader : 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0-andx-7',
  52. pictureSelector : 'com.github.LuckSiege.PictureSelector:picture_library:v2.5.3',
  53. //Gilde框架
  54. bumptech_glide_glide : 'com.github.bumptech.glide:glide:4.11.0',
  55. bumptech_glide_compiler : 'com.github.bumptech.glide:compiler:4.11.0',
  56. swiperefreshlayout : "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0",
  57. //jsbridge
  58. jsbridge : 'com.github.lzyzsd:jsbridge:1.0.4',
  59. //内存泄露
  60. /*leakcanary : "com.squareup.leakcanary:leakcanary-android:2.5",
  61. leakcanary_watcher : "com.squareup.leakcanary:leakcanary-object-watcher-android:2.5",*/
  62. hawk : 'com.orhanobut:hawk:+',
  63. okhttp3 : 'com.squareup.okhttp3:okhttp:4.1.0',
  64. loopView : 'com.weigan:loopView:0.2.2',
  65. pickerView : 'com.contrarywind:Android-PickerView:4.1.9',
  66. //获取异常/崩溃
  67. bugly : 'com.tencent.bugly:crashreport:latest.release',
  68. //垂直的tablayout
  69. VerticalTabLayout : 'q.rorbin:VerticalTabLayout:1.2.5',
  70. hbanner : 'com.lakehubo:hbanner:1.0.8',
  71. danikula :'com.danikula:videocache:2.7.0'
  72. ]
  73. }