地图兼容问题

hmxc
张萌 4 years ago
parent 24b0c657ed
commit 3039c6c208

@ -71,6 +71,10 @@ android {
}
buildTypes {
release {
minifyEnabled true
useProguard true
multiDexEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
}
debug {
@ -92,4 +96,5 @@ dependencies {
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.amap.api:3dmap:latest.integration'
implementation 'com.amap.api:location:latest.integration'
implementation 'com.android.support:multidex:1.0.3'
}

Loading…
Cancel
Save