Failed to resolve firebase-ui:0.4.0

前端 未结 3 1886
别跟我提以往
别跟我提以往 2021-01-21 18:28

Trying to update my firebaseui. But Why doesn\'t this work in my gradle file?

 compile \'com.firebaseui:firebase-ui:0.4.0\'

UPDATE

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-21 18:52

    For some reason 0.4.0 is not avaible through bintray or mavencentral..

    0.3.1 works though, so try that for now. I will look into it later.

    'com.firebaseui:firebase-ui:0.3.1'
    

提交回复
热议问题