build.gradle 1014 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. // Top-level build file where you can add configuration options common to all sub-projects/modules.
  2. buildscript {
  3. ext.kotlin_version = '1.3.72'
  4. ext.kotlin_version = '1.3.50'
  5. repositories {
  6. google()
  7. jcenter()
  8. }
  9. dependencies {
  10. classpath 'com.android.tools.build:gradle:3.5.3'
  11. classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
  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. maven { url 'https://maven.aliyun.com/repository/public' }
  19. maven {
  20. credentials {
  21. username 'icYZUR'
  22. password 'Xgk5Pc7PcV'
  23. }
  24. url 'https://repo.rdc.aliyun.com/repository/84521-release-D7jNC2/'
  25. }
  26. google()
  27. jcenter()
  28. maven { url 'https://jitpack.io' }
  29. }
  30. }
  31. task clean(type: Delete) {
  32. delete rootProject.buildDir
  33. }