简体   繁体   中英

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 to use play services 8.4.0 in my project but its giving me error can anyone help ?I want to use play services 8.4.0 in my project but its giving me error can anyone help ?

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'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM