build.gradle 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. // Top-level build file where you can add configuration options common to all sub-projects/modules.
  2. buildscript {
  3. repositories {
  4. google()
  5. jcenter()
  6. mavenCentral()
  7. }
  8. dependencies {
  9. classpath 'com.android.tools.build:gradle:3.1.4'
  10. classpath 'com.jakewharton:butterknife-gradle-plugin:8.8.1'
  11. // NOTE: Do not place your application dependencies here; they belong
  12. // in the individual module build.gradle files
  13. }
  14. }
  15. allprojects {
  16. repositories {
  17. google()
  18. jcenter()
  19. mavenCentral()
  20. maven { url "https://jitpack.io" }
  21. }
  22. }
  23. task clean(type: Delete) {
  24. delete rootProject.buildDir
  25. }
  26. ext {
  27. minSdkVersion = 19
  28. targetSdkVersion = 28
  29. compileSdkVersion = 28
  30. versionCode = 1040
  31. versionName = '1.0.4'
  32. mulVersion = '1.0.3'
  33. logVersion = '2.2.0'
  34. zhiChiVersion = '2.6.3'
  35. supportVersion = '28.0.0'
  36. constraintVersion = '1.1.3'
  37. butterknifeVersion = '8.8.1'
  38. glideVersion = '4.5.0'
  39. glideTfVersion = '2.0.2'
  40. glideLogVersion = '1.4.0@aar'
  41. rxJavaVersion = '2.1.3'
  42. rxAndroidVersion = '2.0.2'
  43. rxLifeVersion = '2.2.2'
  44. rxPermissionVersion = '0.9.4'
  45. rxBindVersion = '2.1.1'
  46. okHttpVersion = '3.10.0'
  47. okHttpLogVersion = '3.6.0'
  48. retrofitVersion = '2.4.0'
  49. retrofitGsonVersion = '2.3.0'
  50. retrofitRxJavaVersion = '2.2.0'
  51. tabVersion = '2.1.2@aar'
  52. barVersion = '2.3.1'
  53. listVersion = '1.1.4'
  54. dialogVersion = '2.0.2'
  55. adapterVersion = '2.9.41'
  56. blockVersion = '1.2.1'
  57. leakVersion = '1.5.4'
  58. flowlayoutVersion = '1.1.2'
  59. wheelpickerVersion = '1.5.6'
  60. binnerVersion = '1.4.10'
  61. rollingtexthLayout = '1.2.0'
  62. weChatVersion = '+'
  63. zXingVersion = '2.2'
  64. lottieVersion = '2.6.0-beta19'
  65. updateVersion = '2.0.5'
  66. autosizeVersion = '1.0.1'
  67. umengCommonVersion = '1.5.4'
  68. umengVersion = '7.5.3'
  69. }