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 957f7af commit 1cf2652Copy full SHA for 1cf2652
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