From 55ba3b4e68faeba6f9308a8a02399803d024a48f Mon Sep 17 00:00:00 2001 From: yaojunyi3721 Date: Mon, 12 Jun 2017 14:32:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0picasso/bugtags/saripaar?= =?UTF-8?q?=E4=B8=89=E4=B8=AA=E5=BC=80=E6=BA=90=E5=BA=93=E7=9A=84=E6=B7=B7?= =?UTF-8?q?=E6=B7=86=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- thirdparty/bugtags.pro | 10 ++++++++++ thirdparty/picasso.pro | 3 +++ thirdparty/saripaar.pro | 3 +++ 3 files changed, 16 insertions(+) create mode 100644 thirdparty/bugtags.pro create mode 100644 thirdparty/picasso.pro create mode 100644 thirdparty/saripaar.pro diff --git a/thirdparty/bugtags.pro b/thirdparty/bugtags.pro new file mode 100644 index 0000000..5d4dd2b --- /dev/null +++ b/thirdparty/bugtags.pro @@ -0,0 +1,10 @@ + # ProGuard configurations for Bugtags +#https://github.com/bugtags/Bugtags-Android + -keepattributes LineNumberTable,SourceFile + + -keep class com.bugtags.library.** {*;} + -dontwarn com.bugtags.library.** + -keep class io.bugtags.** {*;} + -dontwarn io.bugtags.** + -dontwarn org.apache.http.** + -dontwarn android.net.http.AndroidHttpClient \ No newline at end of file diff --git a/thirdparty/picasso.pro b/thirdparty/picasso.pro new file mode 100644 index 0000000..85f4936 --- /dev/null +++ b/thirdparty/picasso.pro @@ -0,0 +1,3 @@ +#picasso +#https://github.com/square/picasso +-dontwarn com.squareup.okhttp.** \ No newline at end of file diff --git a/thirdparty/saripaar.pro b/thirdparty/saripaar.pro new file mode 100644 index 0000000..8f3d16d --- /dev/null +++ b/thirdparty/saripaar.pro @@ -0,0 +1,3 @@ +#https://github.com/ragunathjawahar/android-saripaar +-keep class com.mobsandgeeks.saripaar.** {*;} +-keep @com.mobsandgeeks.saripaar.annotation.ValidateUsing class * {*;} \ No newline at end of file