enable proguard
This commit is contained in:
parent
5ebc7fe38c
commit
3d1c71a6c2
1 changed files with 4 additions and 1 deletions
|
@ -23,4 +23,7 @@
|
|||
# see https://code.google.com/p/android/issues/detail?id=78377
|
||||
-keep class !android.support.v7.internal.view.menu.**,android.support.** {*;}
|
||||
-keep class net.osmand.** { *; }
|
||||
-keep interface net.osmand.** { *; }
|
||||
-keep interface net.osmand.** { *; }
|
||||
-keep class alice.** { *; }
|
||||
-keep interface alice.** { *; }
|
||||
-dontwarn class alice.** { *; }
|
||||
|
|
Loading…
Reference in a new issue