Conflict With Firebase-core:11.8.0' 'com.google.gms:google-services:3.2.0
version conflict either by updating the version of the google-services plugin or updating the version of com.google.android.gms to 11.0.4. i tried this(Conflict with firebase 11.8.
Solution 1:
Keep all the firebase dependencies same version so use (in app-level gradle )
compile'com.google.firebase:firebase-auth:11.8.0'instead of
compile'com.google.firebase:firebase-auth:9.2.1'
Post a Comment for "Conflict With Firebase-core:11.8.0' 'com.google.gms:google-services:3.2.0"