parse-community / ParseUI-Android

ParseUI contains user interface libraries for building apps with the Parse Android SDK.
Other
592 stars 323 forks source link

Update SDK/Tools to latest, use Maven instead of git submodule for FB SDK #17

Closed stanleyw closed 9 years ago

stanleyw commented 9 years ago
nicknezis commented 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.

stanleyw commented 9 years ago

@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).

grantland commented 9 years ago

Facebook just updated to 3.21.0, so let's change to that and we should be good to go!

http://search.maven.org/#artifactdetails%7Ccom.facebook.android%7Cfacebook-android-sdk%7C3.21.0%7Caar

com.facebook.android:facebook-android-sdk:3.21.0