-optimizationpasses 5-dontusemixedcaseclassnames
-dontskipnonpubliclibraryclasses
-dontpreverify
-verbose
-optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
-libraryjars libs/android-support-v4.jar
#-keep public class * extends android.app.Activity
-keep public class * extendsandroid.app.Application-keep public class * extendsandroid.app.Service#-keep public class * extends android.content.BroadcastReceiver
#-keep public class * extends android.content.ContentProvider
-keep public classcom.android.vending.licensing.ILicensingService
-keepclasseswithmembernames class * { native <methods>;
}
-keepclasseswithmembernames class * { public <init>(android.content.Context, android.util.AttributeSet);
}
-keepclasseswithmembernames class * { public <init>(android.content.Context, android.util.AttributeSet, int);
}
-keepclassmembers enum * {
public static **[] values();
public static ** valueOf(java.lang.String);
}
-keep class * implementsandroid.os.Parcelable { public static final android.os.Parcelable$Creator *;
}
# This file is automatically generated by Android Tools.# Do not modify this file -- YOUR CHANGES WILL BE ERASED!## This file must be checked in Version Control Systems.## To customize properties used by the Ant build system edit# "ant.properties", and override values to adapt the script to your# project structure.## To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
*proguard.config=proguard.cfg*
# Project target.
target=android-21
android.library.reference.1=../../workspace/appcompat_v7