Removed local file system paths from proguard.cfg

This commit is contained in:
daniel oeh 2012-11-17 22:03:19 +01:00
parent d8098f3040
commit b37936bcbe
1 changed files with 0 additions and 3 deletions

View File

@ -2,8 +2,6 @@
-renamesourcefileattribute SourceFile
-keepattributes SourceFile,LineNumberTable
-libraryjars /Users/Daniel/bin/android-sdk/platforms/android-16/android.jar
-dontpreverify
-repackageclasses ''
-allowaccessmodification
@ -56,5 +54,4 @@
-keep class org.apache.commons.** { *; }
-libraryjars /Users/daniel/src/android/podcatcher/libs
-dontskipnonpubliclibraryclassmembers