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