mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Fixed the ZXing Test camera mode when using ProGuard.
git-svn-id: https://zxing.googlecode.com/svn/trunk@666 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
1dc71920e9
commit
1ecf5c98fd
|
@ -189,7 +189,8 @@ limitations under the License.
|
|||
<arg value="-outjars temp-optimized.jar"/>
|
||||
<arg value="-libraryjars ${android-jar}"/>
|
||||
<arg value="-keepattributes Exceptions,InnerClasses,Signature,!LocalVariableTable,!LocalVariableTypeTable"/>
|
||||
<arg value="-keep class com.google.zxing.client.android.*Activity"/>
|
||||
<arg value="-keep class com.google.zxing.client.androidtest.*Activity"/>
|
||||
<arg value="-keep class com.google.zxing.client.androidtest.ViewfinderView { public * ; }"/>
|
||||
<arg value="-target 5"/>
|
||||
<arg value="-optimizationpasses 7"/>
|
||||
<arg value="-dontshrink"/>
|
||||
|
|
Loading…
Reference in a new issue