1# Copyright 2018 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15# To enable ProGuard in your project, edit project.properties
16# to define the proguard.config property as described in that file.
17#
18# Add project specific ProGuard rules here.
19# By default, the flags in this file are appended to flags specified
20# in ${sdk.dir}/tools/proguard/proguard-android.txt
21# You can edit the include path and order by changing the ProGuard
22# include property in project.properties.
23#
24# For more details, see
25#   http://developer.android.com/guide/developing/tools/proguard.html
26
27# Add any project specific keep options here:
28
29# If your project uses WebView with JS, uncomment the following
30# and specify the fully qualified class name to the JavaScript interface
31# class:
32#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
33#   public *;
34#}
35