enable proguard
This commit is contained in:
parent
5ebc7fe38c
commit
3d1c71a6c2
1 changed files with 4 additions and 1 deletions
|
@ -24,3 +24,6 @@
|
|||
-keep class !android.support.v7.internal.view.menu.**,android.support.** {*;}
|
||||
-keep class net.osmand.** { *; }
|
||||
-keep interface net.osmand.** { *; }
|
||||
-keep class alice.** { *; }
|
||||
-keep interface alice.** { *; }
|
||||
-dontwarn class alice.** { *; }
|
||||
|
|
Loading…
Reference in a new issue