forked from organicmaps/organicmaps
[android] Reverted back R8 optimizations after testing
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
a1991f313b
commit
d7f59b92c4
1 changed files with 4 additions and 1 deletions
|
@ -9,7 +9,10 @@
|
|||
# Enabling shrinking causes
|
||||
# Execution failed for task ':minifyFdroidReleaseWithR8'.
|
||||
# > com.android.tools.r8.CompilationFailedException: Compilation failed to complete
|
||||
-dontshrink
|
||||
# Optimizing leads to crashes like
|
||||
# No pending exception expected: java.lang.ClassNotFoundException: Didn't find class "com.mapswithme.util.HttpClient"
|
||||
# It requires to manually mark all methods and classes called from NDK.
|
||||
-dontoptimize
|
||||
|
||||
-keepnames class * implements com.mapswithme.util.Gsonable {
|
||||
!transient <fields>;
|
||||
|
|
Loading…
Add table
Reference in a new issue