conflict either by updating the version of the google-services plugin or updating the version of com.google.android.gms to 8.3.0 -


i want use play services 8.4.0 in project giving me error can ?i want use play services 8.4.0 in project giving me error can ?

app.gradle

                compile 'com.google.android.gms:play-services:8.4.0' 

project.gradle

               classpath 'com.android.tools.build:gradle:2.0.0-alpha1'                         classpath 'com.google.gms:google-services:1.5.0-beta2' 

dependencies {     classpath 'com.android.tools.build:gradle:2.0.0-alpha3'     classpath 'com.google.gms:google-services:2.0.0-alpha3' }   apply plugin: 'com.google.gms.google-services' 

Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -