茶百道Android程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
405 B

  1. pluginManagement {
  2. repositories {
  3. google()
  4. jcenter()
  5. mavenCentral()
  6. gradlePluginPortal()
  7. }
  8. }
  9. dependencyResolutionManagement {
  10. repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
  11. repositories {
  12. google()
  13. jcenter()
  14. mavenCentral()
  15. maven { url 'https://jitpack.io' }
  16. }
  17. }
  18. rootProject.name = "ChaBaiDao"
  19. include ':app'