Android Error: 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'
apply plugin: 'com.google.gms.google-services'
Comments
Post a Comment