1*8caefee3SMatthias Ringwald# To enable ProGuard in your project, edit project.properties 2*8caefee3SMatthias Ringwald# to define the proguard.config property as described in that file. 3*8caefee3SMatthias Ringwald# 4*8caefee3SMatthias Ringwald# Add project specific ProGuard rules here. 5*8caefee3SMatthias Ringwald# By default, the flags in this file are appended to flags specified 6*8caefee3SMatthias Ringwald# in ${sdk.dir}/tools/proguard/proguard-android.txt 7*8caefee3SMatthias Ringwald# You can edit the include path and order by changing the ProGuard 8*8caefee3SMatthias Ringwald# include property in project.properties. 9*8caefee3SMatthias Ringwald# 10*8caefee3SMatthias Ringwald# For more details, see 11*8caefee3SMatthias Ringwald# http://developer.android.com/guide/developing/tools/proguard.html 12*8caefee3SMatthias Ringwald 13*8caefee3SMatthias Ringwald# Add any project specific keep options here: 14*8caefee3SMatthias Ringwald 15*8caefee3SMatthias Ringwald# If your project uses WebView with JS, uncomment the following 16*8caefee3SMatthias Ringwald# and specify the fully qualified class name to the JavaScript interface 17*8caefee3SMatthias Ringwald# class: 18*8caefee3SMatthias Ringwald#-keepclassmembers class fqcn.of.javascript.interface.for.webview { 19*8caefee3SMatthias Ringwald# public *; 20*8caefee3SMatthias Ringwald#} 21