We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30bbcd0 commit 039701aCopy full SHA for 039701a
auth/auth-proguard.pro
@@ -2,13 +2,18 @@
2
-dontwarn com.twitter.**
3
-dontwarn com.facebook.**
4
5
+# Don't note a bunch of dynamically referenced classes
6
+-dontnote com.google.**
7
+-dontnote com.facebook.**
8
+-dontnote com.twitter.**
9
+-dontnote com.squareup.okhttp.**
10
+-dontnote okhttp3.internal.**
11
+
12
# Recommended flags for Firebase Auth
13
-keepattributes Signature
14
-keepattributes *Annotation*
15
-# Don't warn about retrofit or okio classes
--dontwarn okio.**
--dontwarn retrofit2.Call
16
+# Retrofit config
17
-dontnote retrofit2.Platform
--dontnote retrofit2.Platform$IOS$MainThreadExecutor
18
-dontwarn retrofit2.Platform$Java8
19
+-keepattributes Exceptions
0 commit comments