mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Remove last trace of .common.executor
git-svn-id: https://zxing.googlecode.com/svn/trunk@2902 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
e5caf5b8cf
commit
d94290cf5f
|
@ -23,17 +23,13 @@
|
|||
-dontskipnonpubliclibraryclasses
|
||||
-verbose
|
||||
|
||||
# ADDED
|
||||
-dontobfuscate
|
||||
|
||||
-keepattributes *Annotation*
|
||||
-keep public class com.google.vending.licensing.ILicensingService
|
||||
-keep public class com.android.vending.licensing.ILicensingService
|
||||
|
||||
# ADDED
|
||||
-keep class com.google.zxing.client.android.common.executor.**
|
||||
|
||||
# ADDED
|
||||
-dontobfuscate
|
||||
-useuniqueclassmembernames
|
||||
|
||||
# For native methods, see http://proguard.sourceforge.net/manual/examples.html#native
|
||||
-keepclasseswithmembernames class * {
|
||||
native <methods>;
|
||||
|
|
Loading…
Reference in a new issue