avianey / facebook-api-android-maven

The mavenized Facebook Android SDK on Maven Central Repository
https://developers.facebook.com/docs/android/
Apache License 2.0
82 stars 24 forks source link

Any plan to upgrade to 3.8? #12

Closed kamoljan closed 10 years ago

chrisjenx commented 10 years ago

Well we're at 3.14 now... if that could be bumped that would be great

jondwillis commented 10 years ago

:+1:

kwent commented 10 years ago

:+1:

avianey commented 10 years ago

I'll do it on saturday...

avianey commented 10 years ago

done!

istipen commented 10 years ago

I'm receiving this warning (and 50+ more) after the 3.14 update.. Warning:com.facebook.FacebookAppLinkResolver: can't find superclass or interface bolts.AppLinkResolver

then proguard fails...

Am i missing additional changes to build.gradle or proguard config files?

avianey commented 10 years ago

You might have forgotten to reference the new Bolts dependency as input jar (-injars or -libraryjars) in the proguard config file (see : http://proguard.sourceforge.net/index.html#manual/troubleshooting.html)

istipen commented 10 years ago

:+1: