mirror of
https://github.com/godotengine/godot.git
synced 2025-10-15 02:49:24 +00:00
Move jcenter behind mavenCentral and google gradle repos to fix build problems
This commit is contained in:
@@ -14,9 +14,9 @@ apply plugin: 'com.android.application'
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
google()
|
||||
jcenter()
|
||||
$$GRADLE_REPOSITORY_URLS$$
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user