File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ object Config {
13
13
object Plugins {
14
14
const val android = " com.android.tools.build:gradle:4.0.0"
15
15
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 "
17
17
18
18
const val mavenPublish = " com.vanniktech:gradle-maven-publish-plugin:0.14.2"
19
19
const val buildInfo = " org.jfrog.buildinfo:build-info-extractor-gradle:4.15.2"
@@ -44,7 +44,7 @@ object Config {
44
44
}
45
45
46
46
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"
48
48
const val auth = " com.google.firebase:firebase-auth"
49
49
const val database = " com.google.firebase:firebase-database"
50
50
const val firestore = " com.google.firebase:firebase-firestore"
You can’t perform that action at this time.
0 commit comments