Skip to content

Commit 6617a5b

Browse files
committed
chore: bump Firebase BOM version to 34.7.0
1 parent cb205db commit 6617a5b

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
@@ -69,7 +69,7 @@ object Config {
6969
}
7070

7171
object Firebase {
72-
const val bom = "com.google.firebase:firebase-bom:33.9.0"
72+
const val bom = "com.google.firebase:firebase-bom:34.7.0"
7373
const val auth = "com.google.firebase:firebase-auth"
7474
const val database = "com.google.firebase:firebase-database"
7575
const val firestore = "com.google.firebase:firebase-firestore"

0 commit comments

Comments
 (0)