Skip to content

Commit 039701a

Browse files
SUPERCILEXsamtstern
authored andcommitted
Update proguard config (#1167)
1 parent 30bbcd0 commit 039701a

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

auth/auth-proguard.pro

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22
-dontwarn com.twitter.**
33
-dontwarn com.facebook.**
44

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+
512
# Recommended flags for Firebase Auth
613
-keepattributes Signature
714
-keepattributes *Annotation*
815

9-
# Don't warn about retrofit or okio classes
10-
-dontwarn okio.**
11-
-dontwarn retrofit2.Call
16+
# Retrofit config
1217
-dontnote retrofit2.Platform
13-
-dontnote retrofit2.Platform$IOS$MainThreadExecutor
1418
-dontwarn retrofit2.Platform$Java8
19+
-keepattributes Exceptions

0 commit comments

Comments
 (0)