Reputation:
New Google Firebase 2.9 dependency not detecting compile 'com.google.firebase:firebase-core:9.0.0'
Upvotes: 1
Views: 122
Reputation: 363825
You have to update your SDK Manager.
Also you have to use
classpath 'com.google.gms:google-services:3.0.0'
in your buildscript
block
Upvotes: 0
Reputation: 10009
The 9.0.0
versions of the com.google.android.gms:*
and com.google.firebase:*
packages were just released in the SDK manager so it's likely you just need to update.
In Android Studio:
Upvotes: 2