fbsamples / audience-network

Open source projects to demonstrate SDK and sample code usages and integration, and to collaborate and support peers in this community.
https://developers.facebook.com/docs/audience-network
Other
319 stars 370 forks source link

Android Documentation not specific #98

Closed Izzyjm closed 3 years ago

Izzyjm commented 5 years ago

Hello, I think some users might be confused because I am a little so just needed some clarification, it says to include 'com.android.support:recyclerview-v7:25.3.1' but I noticed that if you don't declare it and only declare 'com.facebook.android:audience-network-sdk:5.+' then check your dependency tree the recyclerview is included so why does it mention that we need to include this when it includes it for us automatically, also does it need to be exactly "v7:25.3.1" or can it be a newer version ? also some other dependencies like AdMob use "implementation" instead of "compile". and in the change log for 5.3.+ it says the support library is no longer required so is it still relevant to include com.android.support:recyclerview or do the docs need to be updated ?

reference: https://developers.facebook.com/docs/audience-network/android/

Screen Shot 2019-06-10 at 9 05 27 PM