Fixed bug in proguard.cfg
This commit is contained in:
parent
c23727e40c
commit
a5866b896a
|
@ -2,9 +2,6 @@
|
|||
-renamesourcefileattribute SourceFile
|
||||
-keepattributes SourceFile,LineNumberTable
|
||||
|
||||
-injars bin/classes
|
||||
-injars libs
|
||||
-outjars bin/classes-processed.jar
|
||||
-libraryjars /Users/Daniel/bin/android-sdk/platforms/android-16/android.jar
|
||||
|
||||
-dontpreverify
|
||||
|
|
Loading…
Reference in New Issue