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