add proguard rules

This commit is contained in:
unknown
2020-07-20 19:39:47 +08:00
parent 87aa7c41fd
commit db179bb8b9
6 changed files with 19 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
#-----MogoMap-----
-keep class com.mogo.map.MogoNavi{
private <init>();
}

View File

@@ -19,3 +19,8 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-----MogoMap-----
-keep class com.mogo.map.MogoNavi{
private <init>();
}