Skip to content

Commit 6a66612

Browse files
authored
Update firebase-database to 16.0.3
@schmidt-sebastian said that 16.0.2 "isn't exactly our best release" :-)
1 parent d7b774e commit 6a66612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ object Config {
5454
const val core = "com.google.firebase:firebase-core:16.0.3"
5555
const val auth = "com.google.firebase:firebase-auth:16.0.3"
5656
const val firestore = "com.google.firebase:firebase-firestore:17.1.0"
57-
const val database = "com.google.firebase:firebase-database:16.0.2"
57+
const val database = "com.google.firebase:firebase-database:16.0.3"
5858
const val storage = "com.google.firebase:firebase-storage:16.0.2"
5959
}
6060

0 commit comments

Comments
 (0)