Ver código fonte

APIModuleGis 2.0.1 增加高德地图定位SDK

1037015548@qq.com 6 meses atrás
pai
commit
bc472ca539
1 arquivos alterados com 4 adições e 2 exclusões
  1. 4 2
      build.gradle

+ 4 - 2
build.gradle

@@ -1,7 +1,8 @@
 // Top-level build file where you can add configuration options common to all sub-projects/modules.
 buildscript {
     repositories {
-        jcenter()
+//        jcenter()
+        mavenCentral()
 		google()
     }
     dependencies {
@@ -10,7 +11,8 @@ buildscript {
 }
 allprojects {
     repositories {
-        jcenter()
+//        jcenter()
+        mavenCentral()
 		google()
     }
 }