huxiaoqiang 4 years ago
parent
commit
9ccf65f515
1 changed files with 2 additions and 2 deletions
  1. 2 2
      android/app/build.gradle

+ 2 - 2
android/app/build.gradle

@@ -71,6 +71,6 @@ flutter {
 
 dependencies {
     implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
-    implementation 'com.amap.api:location:latest.integration'
-    implementation('com.amap.api:3dmap:latest.integration')
+    implementation('com.amap.api:location:5.5.1')
+    implementation 'com.amap.api:3dmap:8.0.1'
 }