We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b774e commit 6a66612Copy full SHA for 6a66612
buildSrc/src/main/kotlin/Config.kt
@@ -54,7 +54,7 @@ object Config {
54
const val core = "com.google.firebase:firebase-core:16.0.3"
55
const val auth = "com.google.firebase:firebase-auth:16.0.3"
56
const val firestore = "com.google.firebase:firebase-firestore:17.1.0"
57
- const val database = "com.google.firebase:firebase-database:16.0.2"
+ const val database = "com.google.firebase:firebase-database:16.0.3"
58
const val storage = "com.google.firebase:firebase-storage:16.0.2"
59
}
60
0 commit comments