summaryrefslogtreecommitdiffstats
path: root/samples/SupportDesignDemos/proguard.flags
diff options
context:
space:
mode:
Diffstat (limited to 'samples/SupportDesignDemos/proguard.flags')
-rw-r--r--samples/SupportDesignDemos/proguard.flags7
1 files changed, 7 insertions, 0 deletions
diff --git a/samples/SupportDesignDemos/proguard.flags b/samples/SupportDesignDemos/proguard.flags
new file mode 100644
index 000000000..9ebd7374d
--- /dev/null
+++ b/samples/SupportDesignDemos/proguard.flags
@@ -0,0 +1,7 @@
+-keep public class * extends android.support.design.widget.CoordinatorLayout$Behavior {
+ public <init>(android.content.Context, android.util.AttributeSet);
+}
+
+-keep public class * extends android.support.v7.widget.LinearLayoutManager {
+ public <init>(android.content.Context, android.util.AttributeSet, int, int);
+}