We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d0c880 + c774dae commit 8eb3f35Copy full SHA for 8eb3f35
1 file changed
proguard.txt
@@ -8,6 +8,10 @@
8
public protected *;
9
}
10
11
+-keep class com.bugsnag.android.Async {
12
+ static void run(java.lang.Runnable);
13
+}
14
+
15
-keepclassmembernames class * {
16
java.lang.Class class$(java.lang.String);
17
java.lang.Class class$(java.lang.String, boolean);
0 commit comments