From 6b4c988dda3a97c6f898f37b20469788c98622be Mon Sep 17 00:00:00 2001 From: Alex Anderson Date: Wed, 15 Nov 2017 17:41:44 +0000 Subject: [PATCH] Suppress proguard warnings for android support packages Presumably the people who wrote the android.support stuff knew what they were doing. --- config/xwalk.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/xwalk.pro b/config/xwalk.pro index 343ba953..581d5e72 100644 --- a/config/xwalk.pro +++ b/config/xwalk.pro @@ -15,6 +15,8 @@ -optimizations !code/allocation/variable +-dontnote android.support.** + -keepclassmembers class * { @android.webkit.JavascriptInterface ; @org.xwalk.core.JavascriptInterface ;