Skip to content

Commit

Permalink
proguard changes for okhttp
Browse files Browse the repository at this point in the history
  • Loading branch information
yanokwa committed Feb 22, 2019
1 parent b90b4fc commit beab84b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion collect_app/proguard-rules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,11 @@
-keep class android.support.v7.widget.** { *; }
-keep class com.google.android.gms.internal.firebase-perf.** { *; }

-dontobfuscate
-dontobfuscate

# recommended okhttp rules
# https://github.com/square/okhttp#r8--proguard
-dontwarn javax.annotation.**
-keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase
-dontwarn org.codehaus.mojo.animal_sniffer.*
-dontwarn okhttp3.internal.platform.ConscryptPlatform

0 comments on commit beab84b

Please sign in to comment.