michael@0: # To enable ProGuard in your project, edit project.properties michael@0: # to define the proguard.config property as described in that file. michael@0: # michael@0: # Add project specific ProGuard rules here. michael@0: # By default, the flags in this file are appended to flags specified michael@0: # in ${sdk.dir}/tools/proguard/proguard-android.txt michael@0: # You can edit the include path and order by changing the ProGuard michael@0: # include property in project.properties. michael@0: # michael@0: # For more details, see michael@0: # http://developer.android.com/guide/developing/tools/proguard.html michael@0: michael@0: # Add any project specific keep options here: michael@0: -verbose michael@0: michael@0: -dontobfuscate michael@0: michael@0: -assumenosideeffects class android.util.Log { michael@0: public static *** d(...); michael@0: public static *** v(...); michael@0: } michael@0: michael@2: -libraryjars libs/commons-codec-1.10.jar michael@2: -libraryjars libs/commons-logging-1.2.jar michael@0: michael@0: michael@0: -dontwarn org.apache.** michael@0: -dontwarn sun.** michael@0: michael@0: michael@0: # If your project uses WebView with JS, uncomment the following michael@0: # and specify the fully qualified class name to the JavaScript interface michael@0: # class: michael@0: #-keepclassmembers class fqcn.of.javascript.interface.for.webview { michael@0: # public *; michael@0: #}