1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/android-project/proguard-project.txt Fri Nov 02 02:37:49 2012 -0700
1.3 @@ -0,0 +1,20 @@
1.4 +# To enable ProGuard in your project, edit project.properties
1.5 +# to define the proguard.config property as described in that file.
1.6 +#
1.7 +# Add project specific ProGuard rules here.
1.8 +# By default, the flags in this file are appended to flags specified
1.9 +# in ${sdk.dir}/tools/proguard/proguard-android.txt
1.10 +# You can edit the include path and order by changing the ProGuard
1.11 +# include property in project.properties.
1.12 +#
1.13 +# For more details, see
1.14 +# http://developer.android.com/guide/developing/tools/proguard.html
1.15 +
1.16 +# Add any project specific keep options here:
1.17 +
1.18 +# If your project uses WebView with JS, uncomment the following
1.19 +# and specify the fully qualified class name to the JavaScript interface
1.20 +# class:
1.21 +#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
1.22 +# public *;
1.23 +#}