Skip to content

Commit

Permalink
keep compat searchview class - fixes #11
Browse files Browse the repository at this point in the history
  • Loading branch information
jgilfelt committed Feb 10, 2017
1 parent b17942b commit c5ff3e7
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions library/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,18 +1,2 @@
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in /Users/jgilfelt/android-sdk/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the proguardFiles
# directive in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html

# Add any project specific keep options here:

# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
-keep class com.readystatesoftware.chuck.internal.data.HttpTransaction {*;}
-keep class com.readystatesoftware.chuck.internal.data.HttpTransaction { *; }
-keep class android.support.v7.widget.SearchView { *; }

0 comments on commit c5ff3e7

Please sign in to comment.