File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments