Android O MR1 SDK.
[android_tools.git] / sdk / tools / proguard / proguard-project.txt
blob37a7e5a8e9416eb585a13bce4dc5ef1fd9738f71
1 # To enable ProGuard in your project, edit project.properties
2 # to define the proguard.config property as described in that file.
4 # This file is no longer maintained and is not used by new (2.2+) versions of the
5 # Android plugin for Gradle. Instead, the Android plugin for Gradle generates the
6 # default rules at build time and stores them in the build directory.
8 # Add project specific ProGuard rules here.
9 # By default, the flags in this file are appended to flags specified
10 # in ${sdk.dir}/tools/proguard/proguard-android.txt
11 # You can edit the include path and order by changing the ProGuard
12 # include property in project.properties.
14 # For more details, see
15 #   http://developer.android.com/guide/developing/tools/proguard.html
17 # Add any project specific keep options here:
19 # If your project uses WebView with JS, uncomment the following
20 # and specify the fully qualified class name to the JavaScript interface
21 # class:
22 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
23 #   public *;