Browse Source

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

Karen Schwane 6 năm trước cách đây
mục cha
commit
a01ce6299c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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$$
     }
 }