Commit 37ff7fdd authored by Mygod's avatar Mygod

Revert "Fix issues with proguard"

This reverts commit 2202041e.
parent 536a1b4b
...@@ -12,12 +12,14 @@ ...@@ -12,12 +12,14 @@
# public *; # public *;
#} #}
# Uncomment this to preserve the line number information for
# debugging stack traces.
-keepattributes SourceFile,LineNumberTable
-dontobfuscate -dontobfuscate
-keepattributes SourceFile,LineNumberTable,Signature # If you keep the line number information, uncomment this to
-keepattributes *DatabaseField* # hide the original source file name.
-keepattributes *DatabaseTable* #-renamesourcefileattribute SourceFile
-keepattributes *SerializedName*
-dontwarn com.j256.ormlite.** -dontwarn com.j256.ormlite.**
-dontwarn com.google.android.gms.internal.** -dontwarn com.google.android.gms.internal.**
...@@ -26,24 +28,3 @@ ...@@ -26,24 +28,3 @@
-dontwarn org.xbill.** -dontwarn org.xbill.**
-dontwarn com.evernote.android.job.gcm.** -dontwarn com.evernote.android.job.gcm.**
-dontwarn com.evernote.android.job.util.GcmAvailableHelper -dontwarn com.evernote.android.job.util.GcmAvailableHelper
-keep public class android.support.v7.widget.** { *; }
-keep public class android.support.v7.internal.widget.** { *; }
-keep public class android.support.v7.internal.view.menu.** { *; }
-keep public class * extends android.support.v4.view.ActionProvider {
public <init>(android.content.Context);
}
-keep class com.github.shadowsocks** {*;}
-keep interface com.github.shadowsocks** {*;}
-keep enum com.github.shadowsocks** {*;}
-keep class com.j256.**
-keepclassmembers class com.j256.** { *; }
-keep enum com.j256.**
-keepclassmembers enum com.j256.** { *; }
-keep interface com.j256.**
-keepclassmembers interface com.j256.** { *; }
-optimizations !code/allocation/variable
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment