Closed stanleyw closed 9 years ago
I like these changes. I wish the Parse team provided the Parse jar file as a jar or aar file that could simply be referenced in the build.gradle. But this is definitely a step in the right direction.
@grantland PTAL
I also removed ParseFacebookUtils.initialize()
calls in the sample apps because the latest Parse SDK automatically reads FB app id from AndroidManifest.xml
(See https://parse.com/docs/android/api/com/parse/ParseFacebookUtils.html#initialize%28%29).
Facebook just updated to 3.21.0, so let's change to that and we should be good to go!
com.facebook.android:facebook-android-sdk:3.21.0