diff --git a/FindMyCarFull/bin/FindMyCarFull.apk b/FindMyCarFull/bin/FindMyCarFull.apk index 5fc41bb..ce3c94a 100644 Binary files a/FindMyCarFull/bin/FindMyCarFull.apk and b/FindMyCarFull/bin/FindMyCarFull.apk differ diff --git a/FindMyCarFull/bin/resources.ap_ b/FindMyCarFull/bin/resources.ap_ index 8074e8b..b4dcf5b 100644 Binary files a/FindMyCarFull/bin/resources.ap_ and b/FindMyCarFull/bin/resources.ap_ differ diff --git a/FindMyCarFull/proguard.cfg b/FindMyCarFull/proguard.cfg index 5a20228..71e998a 100644 --- a/FindMyCarFull/proguard.cfg +++ b/FindMyCarFull/proguard.cfg @@ -1,7 +1,7 @@ -renamesourcefileattribute SourceFile -keepattributes SourceFile,LineNumberTable --flattenpackagehierarchy --dontoptimize +-optimizationpasses 5 +-dontusemixedcaseclassnames -dontskipnonpubliclibraryclasses -dontpreverify -verbose @@ -12,21 +12,26 @@ -keep public class * extends android.app.Service -keep public class * extends android.content.BroadcastReceiver -keep public class * extends android.content.ContentProvider --keep public class com.android.vending.licensing.ILicensingService +-keep public class * extends android.app.backup.BackupAgentHelper -keep public class * extends android.preference.Preference +-keep public class com.android.vending.licensing.ILicensingService -keepclasseswithmembernames class * { native ; } --keepclasseswithmembernames class * { +-keepclasseswithmembers class * { public (android.content.Context, android.util.AttributeSet); } --keepclasseswithmembernames class * { +-keepclasseswithmembers class * { public (android.content.Context, android.util.AttributeSet, int); } +-keepclassmembers class * extends android.app.Activity { + public void *(android.view.View); +} + -keepclassmembers enum * { public static **[] values(); public static ** valueOf(java.lang.String); @@ -34,4 +39,4 @@ -keep class * implements android.os.Parcelable { public static final android.os.Parcelable$Creator *; -} +} \ No newline at end of file diff --git a/FindMyCarFull/project.properties b/FindMyCarFull/project.properties index d38e4fe..f531e5b 100644 --- a/FindMyCarFull/project.properties +++ b/FindMyCarFull/project.properties @@ -15,4 +15,4 @@ target=Google Inc.:Google APIs:14 android.library.reference.3=../LocationLib android.library.reference.2=../ExceptionHandlerLib -proguard.config=proguard.cfg \ No newline at end of file +#proguard.config=proguard.cfg \ No newline at end of file