[android] Enabled R8 proguard optimizations

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2022-06-10 01:13:45 +02:00 committed by Viktor Govako
parent 0ef4f08ab2
commit 4f02cdd2be
2 changed files with 0 additions and 14 deletions

View file

@ -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

View file

@ -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