Removed local file system paths from proguard.cfg
This commit is contained in:
parent
d8098f3040
commit
b37936bcbe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue