mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Another possible fix for issues between ProGuard and Android's dex -- don't output local var symbols
git-svn-id: https://zxing.googlecode.com/svn/trunk@454 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
fb5fbccf7c
commit
09e6c3bbce
|
@ -65,7 +65,7 @@
|
|||
<arg value="-outjars core.jar"/>
|
||||
<arg value="-libraryjars ${WTK-home}/lib/cldcapi11.jar"/>
|
||||
<arg value="-renamesourcefileattribute SourceFile"/>
|
||||
<arg value="-keepattributes Exceptions,InnerClasses,Signature,Deprecated,SourceFile,LineNumberTable,*Annotation*,EnclosingMethod"/>
|
||||
<arg value="-keepattributes Exceptions,InnerClasses,Signature,!LocalVariableTable"/>
|
||||
<arg value="-keep public class com.google.zxing.* { public protected *; }"/>
|
||||
<arg value="-keep public class com.google.zxing.client.result.* { public protected *; }"/>
|
||||
<arg value="-keep public class com.google.zxing.common.* { public protected *; }"/>
|
||||
|
|
Loading…
Reference in a new issue