Found com.google.android.gms:play-services:8.4.0, but version 8.3.0 is needed for the google-services plugin

Make sure that the following line is at the end of the app build.gradle file:

apply plugin: 'com.google.gms.google-services'

Mine was on the top and gradle was defaulting to 8.3.0 instead of what was specified: 8.4.0

My build.gradle files are the same as the ones in the Version conflict updating to 8.4.0

Leave a Comment