Skip to content

Commit ae1e29e

Browse files
authored
Add rules to prevent provider availability false negatives (#1301)
2 parents f221717 + 1cf2652 commit ae1e29e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

auth/auth-proguard.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Twitter and Facebook are optional
22
-dontwarn com.facebook.**
33
-dontwarn com.twitter.**
4+
# Keep the class names used to check for availablility
5+
-keepnames class com.facebook.login.LoginManager
6+
-keepnames class com.twitter.sdk.android.core.identity.TwitterAuthClient
47

58
# Don't note a bunch of dynamically referenced classes
69
-dontnote com.google.**

0 commit comments

Comments
 (0)