Skip to content

Commit f7b147d

Browse files
authored
Update dependencies (#1959)
1 parent 9b3b3a3 commit f7b147d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/Config.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ object Config {
1313
object Plugins {
1414
const val android = "com.android.tools.build:gradle:4.0.0"
1515
const val kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
16-
const val google = "com.google.gms:google-services:4.3.3"
16+
const val google = "com.google.gms:google-services:4.3.8"
1717

1818
const val mavenPublish = "com.vanniktech:gradle-maven-publish-plugin:0.14.2"
1919
const val buildInfo = "org.jfrog.buildinfo:build-info-extractor-gradle:4.15.2"
@@ -44,7 +44,7 @@ object Config {
4444
}
4545

4646
object Firebase {
47-
const val bom = "com.google.firebase:firebase-bom:26.5.0"
47+
const val bom = "com.google.firebase:firebase-bom:26.8.0"
4848
const val auth = "com.google.firebase:firebase-auth"
4949
const val database = "com.google.firebase:firebase-database"
5050
const val firestore = "com.google.firebase:firebase-firestore"

0 commit comments

Comments
 (0)