Skip to content

Commit 8eb3f35

Browse files
committed
Merge pull request #60 from bugsnag/fix-proguard-warning
Keep Async class (fixes #39)
2 parents 8d0c880 + c774dae commit 8eb3f35

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

proguard.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
public protected *;
99
}
1010

11+
-keep class com.bugsnag.android.Async {
12+
static void run(java.lang.Runnable);
13+
}
14+
1115
-keepclassmembernames class * {
1216
java.lang.Class class$(java.lang.String);
1317
java.lang.Class class$(java.lang.String, boolean);

0 commit comments

Comments
 (0)