Setup Google services Gradle plugin.
This commit is contained in:
committed by
Benoit Marty
parent
d63950c264
commit
8ce6af7951
@@ -33,6 +33,7 @@ plugins {
|
||||
id("com.google.firebase.appdistribution") version "4.0.0"
|
||||
id("org.jetbrains.kotlinx.knit") version "0.4.0"
|
||||
id("kotlin-parcelize")
|
||||
id("com.google.gms.google-services")
|
||||
}
|
||||
|
||||
android {
|
||||
|
||||
@@ -4,6 +4,7 @@ import org.jetbrains.kotlin.cli.common.toBooleanLenient
|
||||
buildscript {
|
||||
dependencies {
|
||||
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10")
|
||||
classpath("com.google.gms:google-services:4.3.15")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user