From 9eafac97066552fb87462061354f275ef41ecb4e Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Wed, 19 Mar 2014 22:46:58 -0700 Subject: Update proguard --- proguard.cfg | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'proguard.cfg') diff --git a/proguard.cfg b/proguard.cfg index f0b04dc3..c33e3c90 100644 --- a/proguard.cfg +++ b/proguard.cfg @@ -1,9 +1,10 @@ +-dontobfuscate -optimizationpasses 5 -dontusemixedcaseclassnames -dontskipnonpubliclibraryclasses -dontpreverify -verbose --optimizations !code/simplification/arithmetic,!field/*,!class/merging/* +-optimizations !code/simplification/arithmetic,!field/*,!class/merging/*,!code/allocation/variable -keep public class * extends android.app.Activity -keep public class * extends android.app.Application @@ -13,6 +14,11 @@ -keep public class * extends android.app.backup.BackupAgentHelper -keep public class * extends android.preference.Preference -keep public class com.android.vending.licensing.ILicensingService +-keep,allowshrinking class java.beans.** { *; } +-keep,allowshrinking class sun.reflect.** { *; } +-dontwarn sun.reflect.** +-dontwarn java.beans.** +-keep,allowshrinking class com.esotericsoftware.** { *; } -keepclasseswithmembernames class * { native ; -- cgit v1.2.3