Skip to content

Commit

Permalink
Suppress proguard warnings for android support packages
Browse files Browse the repository at this point in the history
Presumably the people who wrote the android.support stuff knew what they were
doing.
  • Loading branch information
alxndrsn committed Nov 15, 2017
1 parent b1061a4 commit 6b4c988
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/xwalk.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

-optimizations !code/allocation/variable

-dontnote android.support.**

-keepclassmembers class * {
@android.webkit.JavascriptInterface <methods>;
@org.xwalk.core.JavascriptInterface <methods>;
Expand Down

0 comments on commit 6b4c988

Please sign in to comment.