Reputation: 40
I have updated all the firebase and google gms dependencies and still am getting this error, I don't know what's wrong?
Error-The library com.google.android.gms:play-services-base is being requested by various other libraries at [[11.0.1,11.0.1], [15.0.1,16.0.0), [15.0.1,15.0.1]], but resolves to 15.0.1. Disable the plugin and check your dependencies tree using ./gradlew :app:dependencies.
Upvotes: 0
Views: 2678
Reputation: 38289
You must use firebase-ui:3.3.1 for compatibility with the Firebase SDK and Support Lib versions you are using
Upvotes: 1