1
0
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:
Rémi Verschelde
2018-10-29 10:43:43 +01:00
committed by GitHub

View File

@@ -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$$
} }
} }