app/proguard-rules.pro
author Da Risk <da_risk@beem-project.com>
Sun, 15 Mar 2015 21:08:23 +0100
changeset 1044 cd41ebc93e78
parent 1040 197a85a35cba
permissions -rw-r--r--
Move MemorizingTrustManager into its own module
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
#}