茶百道Android程序
25개 이상의 토픽을 선택하실 수 없습니다. 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'