From d94290cf5f93ee177c053889ef0a127fca3112dc Mon Sep 17 00:00:00 2001 From: "srowen@gmail.com" Date: Fri, 18 Oct 2013 08:02:26 +0000 Subject: [PATCH] Remove last trace of .common.executor git-svn-id: https://zxing.googlecode.com/svn/trunk@2902 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- android/proguard-android-optimize.txt | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/android/proguard-android-optimize.txt b/android/proguard-android-optimize.txt index a551d79fc..7a324d9ce 100644 --- a/android/proguard-android-optimize.txt +++ b/android/proguard-android-optimize.txt @@ -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 ;