Skip to content

Commit 6b4c988

Browse files
committed
Suppress proguard warnings for android support packages
Presumably the people who wrote the android.support stuff knew what they were doing.
1 parent b1061a4 commit 6b4c988

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/xwalk.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
-optimizations !code/allocation/variable
1717

18+
-dontnote android.support.**
19+
1820
-keepclassmembers class * {
1921
@android.webkit.JavascriptInterface <methods>;
2022
@org.xwalk.core.JavascriptInterface <methods>;

0 commit comments

Comments
 (0)