mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
Work around enum + proguard + dex problem
This commit is contained in:
parent
625d9b77d7
commit
4eb2896eea
|
@ -10,7 +10,7 @@
|
||||||
# be complete or up to date. (The "arithmetic" optimization can be
|
# 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
|
# used if you are only targeting Android 2.0 or later.) Make sure you
|
||||||
# test thoroughly if you go this route.
|
# test thoroughly if you go this route.
|
||||||
-optimizations !code/simplification/cast,!field/*,!class/merging/*,!code/allocation/variable,!method/marking/private
|
-optimizations !code/simplification/cast,!field/*,!class/merging/*,!class/unboxing/enum,!code/allocation/variable,!method/marking/private
|
||||||
-optimizationpasses 5
|
-optimizationpasses 5
|
||||||
-allowaccessmodification
|
-allowaccessmodification
|
||||||
-dontpreverify
|
-dontpreverify
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
# be complete or up to date. (The "arithmetic" optimization can be
|
# 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
|
# used if you are only targeting Android 2.0 or later.) Make sure you
|
||||||
# test thoroughly if you go this route.
|
# test thoroughly if you go this route.
|
||||||
-optimizations !code/simplification/cast,!field/*,!class/merging/*,!code/allocation/variable,!method/marking/private
|
-optimizations !code/simplification/cast,!field/*,!class/merging/*,!class/unboxing/enum,!code/allocation/variable,!method/marking/private
|
||||||
-optimizationpasses 5
|
-optimizationpasses 5
|
||||||
-allowaccessmodification
|
-allowaccessmodification
|
||||||
-dontpreverify
|
-dontpreverify
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
# be complete or up to date. (The "arithmetic" optimization can be
|
# 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
|
# used if you are only targeting Android 2.0 or later.) Make sure you
|
||||||
# test thoroughly if you go this route.
|
# test thoroughly if you go this route.
|
||||||
-optimizations !code/simplification/cast,!field/*,!class/merging/*,!code/allocation/variable,!method/marking/private
|
-optimizations !code/simplification/cast,!field/*,!class/merging/*,!class/unboxing/enum,!code/allocation/variable,!method/marking/private
|
||||||
-optimizationpasses 5
|
-optimizationpasses 5
|
||||||
-allowaccessmodification
|
-allowaccessmodification
|
||||||
-dontpreverify
|
-dontpreverify
|
||||||
|
|
Loading…
Reference in a new issue