android-branch-deep-linking-attribution
android-branch-deep-linking-attribution copied to clipboard
appindexing now under firebase
Documentation says to include
implementation 'com.google.android.gms:play-services-ads:9+'
This is now deprecated. See the updated libraries here: https://firebase.google.com/docs/android/setup#available_libraries
@samtipton Guess you actually wanted to refer to implementation 'com.google.android.gms:play-services-appindexing:9.+' - but in general you are right, I was wondering the same.