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

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -