We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d428b commit 3c5355aCopy full SHA for 3c5355a
tasks/app/build.gradle
@@ -1,5 +1,6 @@
1
apply plugin: 'com.android.application'
2
apply plugin: 'kotlin-android'
3
+apply plugin: 'com.google.gms.google-services'
4
5
android {
6
compileSdkVersion 30
tasks/build.gradle
@@ -7,7 +7,7 @@ buildscript {
7
}
8
dependencies {
9
classpath 'com.android.tools.build:gradle:7.0.0'
10
- classpath 'com.google.gms:google-services:4.3.8'
+ classpath 'com.google.gms:google-services:4.3.10'
11
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21"
12
13
0 commit comments