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 ;