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.

25 lines
560B

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