Pārlūkot izejas kodu

Move jcenter behind mavenCentral and google gradle repos to fix build problems

Karen Schwane 6 gadi atpakaļ
vecāks
revīzija
a01ce6299c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      platform/android/build.gradle.template

+ 1 - 1
platform/android/build.gradle.template

@@ -14,9 +14,9 @@ apply plugin: 'com.android.application'
 
 allprojects {
     repositories {
-    	jcenter()
 	mavenCentral()
 	google()
+	jcenter()
 	$$GRADLE_REPOSITORY_URLS$$
     }
 }