This commit is contained in:
unknown
2020-07-20 17:16:53 +08:00
parent 8cd08ccc1b
commit e34d2afe1a
28 changed files with 100 additions and 19 deletions

View File

@@ -1,2 +1,5 @@
#-----library-MapAMap-----
-keep class com.mogo.map.impl.amap.hook.BnHooker.*{*;}
-keep class com.mogo.map.impl.amap.hook.BnHooker.*{*;}
-keep class com.mogo.map.impl.amap.marker.CombineMovingPointOverlay.Status
-keep class com.mogo.map.impl.amap.navi.PathPlanningErrorCodeConstants
-keep class com.mogo.map.impl.amap.utils.MapStyleUtils.ColorEnum

View File

@@ -21,4 +21,7 @@
#-renamesourcefileattribute SourceFile
#-----library-MapAMap-----
-keep class com.mogo.map.impl.amap.hook.BnHooker.*{*;}
-keep class com.mogo.map.impl.amap.hook.BnHooker.*{*;}
-keep class com.mogo.map.impl.amap.marker.CombineMovingPointOverlay.Status
-keep class com.mogo.map.impl.amap.navi.PathPlanningErrorCodeConstants
-keep class com.mogo.map.impl.amap.utils.MapStyleUtils.ColorEnum

View File

@@ -1,2 +1,2 @@
#-----library-MapApi----
-keep class com.mogo.map.search.geo.MogoRegeocodeResult.*{*;}
-keep class com.mogo.map.*{*;}

View File

@@ -21,4 +21,4 @@
#-renamesourcefileattribute SourceFile
#-----library-MapApi----
-keep class com.mogo.map.search.geo.MogoRegeocodeResult.*{*;}
-keep class com.mogo.map.*{*;}

View File

@@ -15,7 +15,8 @@ android {
buildTypes {
release {
minifyEnabled false
minifyEnabled true
zipAlignEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}