Skip to content
Snippets Groups Projects
Commit bcae0814 authored by John Carlson's avatar John Carlson
Browse files

Proguard rules for LoganSquare to make it not crash on launch

parent c7c21744
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -81,5 +81,10 @@
# Unicoding Bypass library
-keep class in.uncod.android.** { *; }
 
# LoganSquare
-keep class com.bluelinelabs.logansquare.** { *; }
-keep @com.bluelinelabs.logansquare.annotation.JsonObject class *
-keep class **$$JsonObjectMapper { *; }
# Custom rules
-keep class com.commit451.gitlab.ssl.CustomSSLSocketFactory
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment