Skip to content
Snippets Groups Projects
Commit 7380dbb7 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Proguard: keep AndroidExceptionPreHandler

This class failed to load on some devices.
parent 8c793058
No related branches found
No related tags found
No related merge requests found
......@@ -59,3 +59,6 @@
-keep public class android.support.design.R$* { *; }
-dontwarn android.support.**
# The Android pre-handler for exceptions is loaded reflectively (via ServiceLoader).
-keep class kotlinx.coroutines.experimental.android.AndroidExceptionPreHandler { *; }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment