1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/proguard-project.txt Tue Feb 10 18:12:00 2015 +0100 1.3 @@ -0,0 +1,38 @@ 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 +-verbose 1.18 + 1.19 +-dontobfuscate 1.20 + 1.21 +-assumenosideeffects class android.util.Log { 1.22 + public static *** d(...); 1.23 + public static *** v(...); 1.24 +} 1.25 + 1.26 +-libraryjars libs/backport-util-concurrent-3.1.jar 1.27 +-libraryjars libs/commons-codec-1.5.jar 1.28 +-libraryjars libs/commons-lang-2.6.jar 1.29 +-libraryjars libs/commons-logging-1.1.1.jar 1.30 + 1.31 + 1.32 +-dontwarn org.apache.** 1.33 +-dontwarn sun.** 1.34 + 1.35 + 1.36 +# If your project uses WebView with JS, uncomment the following 1.37 +# and specify the fully qualified class name to the JavaScript interface 1.38 +# class: 1.39 +#-keepclassmembers class fqcn.of.javascript.interface.for.webview { 1.40 +# public *; 1.41 +#}