app/proguard-rules.pro
author Da Risk <da_risk@beem-project.com>
Thu, 21 Dec 2017 17:38:57 -0800
changeset 1075 6c3d4266ca65
parent 1040 197a85a35cba
permissions -rw-r--r--
Fix javadoc generation
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1040
197a85a35cba Move the app into an app submodule which respect the default gradle layout
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     1
# Add project specific ProGuard rules here.
197a85a35cba Move the app into an app submodule which respect the default gradle layout
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     2
# By default, the flags in this file are appended to flags specified
197a85a35cba Move the app into an app submodule which respect the default gradle layout
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     3
# in /opt/android-sdk-update-manager/tools/proguard/proguard-android.txt
197a85a35cba Move the app into an app submodule which respect the default gradle layout
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     4
# You can edit the include path and order by changing the proguardFiles
197a85a35cba Move the app into an app submodule which respect the default gradle layout
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     5
# directive in build.gradle.
197a85a35cba Move the app into an app submodule which respect the default gradle layout
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     6
#
197a85a35cba Move the app into an app submodule which respect the default gradle layout
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     7
# For more details, see
197a85a35cba Move the app into an app submodule which respect the default gradle layout
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     8
#   http://developer.android.com/guide/developing/tools/proguard.html
197a85a35cba Move the app into an app submodule which respect the default gradle layout
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     9
197a85a35cba Move the app into an app submodule which respect the default gradle layout
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    10
# Add any project specific keep options here:
197a85a35cba Move the app into an app submodule which respect the default gradle layout
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    11
197a85a35cba Move the app into an app submodule which respect the default gradle layout
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    12
# If your project uses WebView with JS, uncomment the following
197a85a35cba Move the app into an app submodule which respect the default gradle layout
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    13
# and specify the fully qualified class name to the JavaScript interface
197a85a35cba Move the app into an app submodule which respect the default gradle layout
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    14
# class:
197a85a35cba Move the app into an app submodule which respect the default gradle layout
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    15
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
197a85a35cba Move the app into an app submodule which respect the default gradle layout
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    16
#   public *;
197a85a35cba Move the app into an app submodule which respect the default gradle layout
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    17
#}