首页 文章

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

提问于
浏览
-4

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

当我将实现'com.google.firebase:firebase-auth:16.0.1'实现'com.google.android.gms:play-services-auth:15.0.1'时

实现fileTree(dir:'libs',包括:['* .jar'])实现'com.android.support:appcompat-v7:26.1.0'implementation'com.android.support.constraint:constraint-layout: 1.1.0'实施'com.google.firebase:firebase-auth:16.0.1'
实现'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'

编译'com.android.support:design:26.1.0'

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

1 回答

  • 1

    build.gradlefirebase-ui:0.6.2 更改为 firebase-ui:3.3.1

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

相关问题