Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions thirdparty/bugtags.pro
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions thirdparty/picasso.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#picasso
#https://github.com/square/picasso
-dontwarn com.squareup.okhttp.**
3 changes: 3 additions & 0 deletions thirdparty/saripaar.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#https://github.com/ragunathjawahar/android-saripaar
-keep class com.mobsandgeeks.saripaar.** {*;}
-keep @com.mobsandgeeks.saripaar.annotation.ValidateUsing class * {*;}