aboutsummaryrefslogtreecommitdiffstats
path: root/libs/fullscreenvideoview/proguard-rules.pro
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-02-09 22:19:06 +0100
committerChristian Schneppe <christian@pix-art.de>2019-02-09 22:19:06 +0100
commitadd92c9ece36e53051bbceb04276888459688fa5 (patch)
tree434e568c26625f50389fca4e858041d1aedc9d24 /libs/fullscreenvideoview/proguard-rules.pro
parent835100d5f4ee36815e8b967cb97e54a4b355165a (diff)
automatically hide and show FAB in MediaViewerActivity
integrate lib FullscreenVideoView as files
Diffstat (limited to 'libs/fullscreenvideoview/proguard-rules.pro')
-rw-r--r--libs/fullscreenvideoview/proguard-rules.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/libs/fullscreenvideoview/proguard-rules.pro b/libs/fullscreenvideoview/proguard-rules.pro
new file mode 100644
index 000000000..c7928bcb5
--- /dev/null
+++ b/libs/fullscreenvideoview/proguard-rules.pro
@@ -0,0 +1,17 @@
+# Add project specific ProGuard rules here.
+# By default, the flags in this file are appended to flags specified
+# in /Applications/ADT/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 *;
+#}