贷款超市新仓库

build.gradle 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. // Top-level build file where you can add configuration options common to all sub-projects/modules.
  2. buildscript {
  3. repositories {
  4. jcenter()
  5. maven { url 'https://maven.fabric.io/public' }
  6. maven { url 'https://dl.bintray.com/umsdk/release' }
  7. google()
  8. }
  9. dependencies {
  10. classpath 'com.android.tools.build:gradle:2.3.3'
  11. // classpath 'io.fabric.tools:gradle:1.+'
  12. // NOTE: Do not place your application dependencies here; they belong
  13. // in the individual module build.gradle files
  14. }
  15. }
  16. allprojects {
  17. repositories {
  18. jcenter()
  19. maven { url "https://jitpack.io" }
  20. // maven { url 'https://maven.fabric.io/public' }
  21. maven {url 'http://developer.huawei.com/repo/'}
  22. google()
  23. }
  24. }
  25. task clean(type: Delete) {
  26. delete rootProject.buildDir
  27. }
  28. ext{
  29. // 版本号相关
  30. versionCode = 1;
  31. versionName = '1.0.0'
  32. // 相关依赖库版本
  33. supportVersion = '25.+'
  34. butterknifeVersion = '8.5.1'
  35. geniusVersion = '2.0.0'
  36. glideVersion = '3.7.0'
  37. circleimageviewVersion = '2.1.0'
  38. easyPMVersion = "0.3.0"
  39. logging_interceptorVersion = '3.6.0'
  40. gsonVersion = '2.8.0'
  41. retrofitVersion = '2.1.0'
  42. getuiVersion = '2.9.3.0'
  43. dbflowVersion = "4.0.0-beta7"
  44. airpanelVersion = "1.1.0"
  45. lameVersion = "1.0.0"
  46. }