Browse Source

APIModuleGis 2.0.1 增加高德地图定位SDK

1037015548@qq.com 6 months ago
parent
commit
bc472ca539
1 changed files with 4 additions and 2 deletions
  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.
 // Top-level build file where you can add configuration options common to all sub-projects/modules.
 buildscript {
 buildscript {
     repositories {
     repositories {
-        jcenter()
+//        jcenter()
+        mavenCentral()
 		google()
 		google()
     }
     }
     dependencies {
     dependencies {
@@ -10,7 +11,8 @@ buildscript {
 }
 }
 allprojects {
 allprojects {
     repositories {
     repositories {
-        jcenter()
+//        jcenter()
+        mavenCentral()
 		google()
 		google()
     }
     }
 }
 }