config.gradle 4.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. ext {
  2. version = [
  3. applicationId: "com.hw.great.self",
  4. versionCode : 1,
  5. versionName : "1.0.1"
  6. ]
  7. android = [
  8. compileSdkVersion: 29,
  9. buildToolsVersion: "30.0.0",
  10. minSdkVersion : 21,
  11. targetSdkVersion : 29,
  12. ]
  13. defaultConfig = [
  14. apklabel : 'SELF'
  15. ]
  16. release = [
  17. "apiHost" : '"https://admin.wdzzgs.com"',
  18. "apiName" : '"scenicprod-api"',
  19. "fileApiHost" : '""',
  20. "fileApiName" : '""',
  21. "prjectName" : '"正式"',
  22. // 高德地图
  23. "AMAP_API_KEY" : "565ad55bec6d286e33a95a9ff1911b55",
  24. ]
  25. //里面的key值有问题
  26. debug = [
  27. "apiHost" : '"https://greatadmin.dev.gztjy.top"',
  28. "apiName" : '"serviceapi"',
  29. "fileApiHost" : '"https://fileupload.hw.hongweisoft.com"',
  30. "fileApiName" : '""',
  31. "prjectName" : '"测试"',
  32. // 高德地图
  33. "AMAP_API_KEY" : "565ad55bec6d286e33a95a9ff1911b55",
  34. ]
  35. dependencies = [
  36. "recyclerview" : 'androidx.recyclerview:recyclerview:1.0.0',
  37. "fastJson" : "com.alibaba:fastjson:1.2.8",
  38. "okhttp3" : "com.squareup.okhttp3:okhttp:3.10.0",
  39. "retrofit2" : "com.squareup.retrofit2:retrofit:2.2.0",
  40. "retrofit2:converter-scalars" : "com.squareup.retrofit2:converter-scalars:2.2.0",
  41. "retrofit2:converter-gson" : "com.squareup.retrofit2:converter-gson:2.2.0",
  42. "retrofit2:adapter-rxjava2" : "com.squareup.retrofit2:adapter-rxjava2:2.2.0",
  43. "rxjava2" : "io.reactivex.rxjava2:rxjava:2.0.6",
  44. "rxandroid" : "io.reactivex.rxjava2:rxandroid:2.0.1",
  45. "utilcode" : "com.blankj:utilcode:1.30.5",
  46. "BaseRecyclerViewAdapterHelper": "com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.34",
  47. "butterknife" : "com.jakewharton:butterknife:8.7.0",
  48. "butterknife-compiler" : "com.jakewharton:butterknife-compiler:8.7.0",
  49. "YzsBaseActivity" : "com.github.yaozs:YzsBaseActivity:0.5.2",
  50. "glide" : "com.github.bumptech.glide:glide:4.7.1",
  51. "glide:compiler" : "com.github.bumptech.glide:compiler:4.7.1",
  52. "glide:okhttp3-integration" : "com.github.bumptech.glide:okhttp3-integration:4.7.1",
  53. "leakcanary-debug" : "com.squareup.leakcanary:leakcanary-android:1.5.4",
  54. "leakcanary-release" : "com.squareup.leakcanary:leakcanary-android-no-op:1.5.4",
  55. "zxing-library" : "cn.yipianfengye.android:zxing-library:2.2",
  56. "easypermissions" : "pub.devrel:easypermissions:1.2.0",
  57. "switchbutton" : "com.kyleduo.switchbutton:library:2.0.0",
  58. "nice-spinner" : "com.github.arcadefire:nice-spinner:1.3.4",
  59. "gson" : "com.google.code.gson:gson:2.8.5",
  60. "tablayout" : "com.flyco.tablayout:FlycoTabLayout_Lib:2.1.2@aar",
  61. "fragmentation" : "me.yokeyword:fragmentationx:1.0.1",
  62. "logger" : "com.orhanobut:logger:2.1.1",
  63. "barlibrary" : "com.gyf.barlibrary:barlibrary:2.3.0",
  64. "wechat-sdk" : "com.tencent.mm.opensdk:wechat-sdk-android-with-mta:+",
  65. "circleimageview" : "de.hdodenhof:circleimageview:2.2.0",
  66. "multidex" : "com.android.support:multidex:1.0.3",
  67. "SwipeDelMenuLayout" : "com.github.mcxtzhang:SwipeDelMenuLayout:V1.3.0",
  68. "cardview" : "com.android.support:cardview-v7:28.+",
  69. "jpush" : "cn.jiguang.sdk:jpush:3.1.5",
  70. "jcore" : "cn.jiguang.sdk:jcore:1.2.3",
  71. "recyclerview-divider" : "com.yqritc:recyclerview-flexibledivider:1.4.0",
  72. "lottie" : "com.airbnb.android:lottie:1.5.3",
  73. "bugly" : "com.tencent.bugly:crashreport:latest.release",
  74. "youth_banner" : "com.youth.banner:banner:1.4.10",
  75. "takephoto" : "com.jph.takephoto:takephoto_library:4.0.3",
  76. "photo" : "com.bm.photoview:library:1.4.1",
  77. ]
  78. }