数字人
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

36 řádky
1.1 KiB

  1. pluginManagement {
  2. repositories {
  3. gradlePluginPortal()
  4. google()
  5. mavenCentral()
  6. maven { url 'https://maven.aliyun.com/repository/public' }
  7. maven { url 'https://maven.aliyun.com/repository/central' }
  8. maven { url 'https://maven.aliyun.com/repository/google' }
  9. maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
  10. maven { url "https://jitpack.io" }
  11. jcenter()
  12. maven { url 'https://repo1.maven.org/maven2/' }
  13. }
  14. }
  15. dependencyResolutionManagement {
  16. repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
  17. repositories {
  18. google()
  19. mavenCentral()
  20. maven { url 'https://maven.aliyun.com/repository/public' }
  21. maven { url 'https://maven.aliyun.com/repository/central' }
  22. maven { url 'https://maven.aliyun.com/repository/google' }
  23. maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
  24. maven { url "https://jitpack.io" }
  25. jcenter()
  26. }
  27. }
  28. include ':test'
  29. include ':dsbridge'
  30. include ':base'
  31. include ':app'
  32. include ':andServer'
  33. rootProject.name = "nativedemo"