Try to fix
This commit is contained in:
parent
af2f06b596
commit
b2e4bfee4d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
# Allow obfuscation of android.support.v7.internal.view.menu.**
|
# Allow obfuscation of android.support.v7.internal.view.menu.**
|
||||||
# to avoid problem on Samsung 4.2.2 devices with appcompat v21
|
# to avoid problem on Samsung 4.2.2 devices with appcompat v21
|
||||||
# see https://code.google.com/p/android/issues/detail?id=78377
|
# see https://code.google.com/p/android/issues/detail?id=78377
|
||||||
# -dontoptimize
|
-dontoptimize
|
||||||
-keep class !android.support.v7.internal.view.menu.**,android.support.** {*;}
|
-keep class !android.support.v7.internal.view.menu.**,android.support.** {*;}
|
||||||
-keep class net.osmand.** { *; }
|
-keep class net.osmand.** { *; }
|
||||||
-keep interface net.osmand.** { *; }
|
-keep interface net.osmand.** { *; }
|
||||||
|
|
Loading…
Reference in a new issue