|
|
|
@ -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'
|
|
|
|
|
}
|
|
|
|
|