mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
8 lines
151 B
Plaintext
8 lines
151 B
Plaintext
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|