错误:(42,0)所有firebase库必须高于或低于14.0.0

时间:2018-05-31 15:25:51

标签: java android firebase

  

错误:(42,0)所有firebase库必须高于或低于14.0.0

当我把

    implementation 'com.google.firebase:firebase-auth:16.0.1'
    implementation 'com.google.android.gms:play-services-auth:15.0.1'
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation 'com.android.support:appcompat-v7:26.1.0'
    implementation 'com.android.support.constraint:constraint-layout:1.1.0'
    implementation 'com.google.firebase:firebase-auth:16.0.1'
    implementation 'com.google.android.gms:play-services-auth:15.0.1'

    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'com.android.support.test:runner:1.0.2'
    androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

    compile 'com.android.support:design:26.1.0'
    compile 'com.google.android.gms:play-services-gcm:9.2.1'
    compile 'com.android.support:support-annotations:27.1.1'
    compile 'com.firebaseui:firebase-ui:0.6.2'
}
apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.android.application'

1 个答案:

答案 0 :(得分:1)

build.gradle 中,将firebase-ui:0.6.2更改为firebase-ui:3.3.1

implementation 'com.firebaseui:firebase-ui:3.3.1'