Disable code/allocation optimization in Proguard as it seems to cause a VerifyError on CM10 (?)

git-svn-id: https://zxing.googlecode.com/svn/trunk@2422 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2012-09-26 19:06:07 +00:00
parent 4b24b57c06
commit ce6ed08823

View file

@ -10,7 +10,7 @@
# be complete or up to date. (The "arithmetic" optimization can be
# used if you are only targeting Android 2.0 or later.) Make sure you
# test thoroughly if you go this route.
-optimizations !code/simplification/cast,!field/*,!class/merging/*
-optimizations !code/simplification/cast,!code/allocation/*,!field/*,!class/merging/*
-optimizationpasses 5
-allowaccessmodification
-dontpreverify