【发布时间】:2019-04-20 11:49:19
【问题描述】:
我在这里尝试使用 firebase 我的代码 https://i.stack.imgur.com/WcbeT.png
// I tried these solution and doesn't work
// 1. remove the
implementation 'com.google.firebase:firebase-database:16.0.1:15.0.0'
// and add only
implementation 'com.google.firebase:firebase-database:16.0.1'
// 2.
allprojects {
repositories {
google()
maven { url "https://maven.google.com" }
}
}
【问题讨论】:
-
更新你的依赖。