forked from organicmaps/organicmaps
[android] Enabled R8 proguard optimizations
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
0ef4f08ab2
commit
4f02cdd2be
2 changed files with 0 additions and 14 deletions
|
@ -1,4 +1,3 @@
|
|||
com/google/firebase/iid/Registrar.class
|
||||
com/mapswithme/maps/api/ParsingResult.class
|
||||
com/mapswithme/maps/bookmarks/data/Bookmark.class
|
||||
com/mapswithme/maps/bookmarks/data/ElevationInfo.class
|
||||
|
|
|
@ -1,16 +1,3 @@
|
|||
# obfuscate supportV7 menu subclasses. it fixes bug with some Samsung and other devices ROMS based on android 4.2.2.
|
||||
# more details here : https://code.google.com/p/android/issues/detail?id=78377
|
||||
-keep class !android.support.v7.internal.view.menu.**,** {*;}
|
||||
# support library bug
|
||||
-dontwarn android.support.**
|
||||
|
||||
# parse
|
||||
-dontwarn com.squareup.okhttp.**
|
||||
-dontwarn okio.**
|
||||
|
||||
-dontoptimize
|
||||
-keepattributes **
|
||||
|
||||
# Gson support
|
||||
-keep class com.mapswithme.util.Gsonable
|
||||
-keep class * implements com.mapswithme.util.Gsonable
|
||||
|
|
Loading…
Add table
Reference in a new issue