Thanks to visit codestin.com Credit goes to github.com
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 3c5355a commit 1730e03Copy full SHA for 1730e03
installations/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
installations/build.gradle
@@ -6,7 +6,7 @@ buildscript {
}
7
dependencies {
8
classpath "com.android.tools.build:gradle:7.0.0"
9
- classpath 'com.google.gms:google-services:4.3.8'
+ classpath 'com.google.gms:google-services:4.3.10'
10
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21"
11
12
// NOTE: Do not place your application dependencies here; they belong
0 commit comments