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.
2 parents f221717 + 1cf2652 commit ae1e29eCopy full SHA for ae1e29e
auth/auth-proguard.pro
@@ -1,6 +1,9 @@
1
# Twitter and Facebook are optional
2
-dontwarn com.facebook.**
3
-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
7
8
# Don't note a bunch of dynamically referenced classes
9
-dontnote com.google.**
0 commit comments