版本冲突更新到9.4.0

时间:2016-08-09 03:29:29

标签: android gradle google-play-services

错误

  

任务执行失败':app:processDebugGoogleServices'。请   通过更新版本来修复版本冲突   google-services插件(有关最新版本的信息是   可在此处获得)或将com.google.android.gms的版本更新为   9.0.0。

在顶级构建gradle中:

dependencies {
    classpath 'com.android.tools.build:gradle:2.2.0-alpha7'
    classpath 'com.google.gms:google-services:3.0.0'

    // NOTE: Do not place your application dependencies here; they belong
    // in the individual module build.gradle files
}

在app level build gradle中:

compile 'com.google.android.gms:play-services-auth:9.4.0'

我还包括

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

在构建gradle文件的末尾。

0 个答案:

没有答案