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 15c6c93 commit f89d35aCopy full SHA for f89d35a
installations/build.gradle
@@ -7,7 +7,8 @@ buildscript {
7
}
8
dependencies {
9
classpath "com.android.tools.build:gradle:4.0.0"
10
- classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
+ classpath 'com.google.gms:google-services:4.3.3'
11
+ classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.72"
12
13
// NOTE: Do not place your application dependencies here; they belong
14
// in the individual module build.gradle files
@@ -18,6 +19,7 @@ allprojects {
18
19
repositories {
20
google()
21
jcenter()
22
+ mavenLocal()
23
24
25
0 commit comments