You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-21 14:57:09 +00:00
Merge pull request #23362 from karen-sch/gradle_repo_order
Android / Gradle: Change order of Gradle repos
This commit is contained in:
@@ -14,9 +14,9 @@ apply plugin: 'com.android.application'
|
|||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
google()
|
google()
|
||||||
|
jcenter()
|
||||||
$$GRADLE_REPOSITORY_URLS$$
|
$$GRADLE_REPOSITORY_URLS$$
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user