Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f89d35a

Browse files
committed
add google-services dependency
1 parent 15c6c93 commit f89d35a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

installations/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ buildscript {
77
}
88
dependencies {
99
classpath "com.android.tools.build:gradle:4.0.0"
10-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
10+
classpath 'com.google.gms:google-services:4.3.3'
11+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.72"
1112

1213
// NOTE: Do not place your application dependencies here; they belong
1314
// in the individual module build.gradle files
@@ -18,6 +19,7 @@ allprojects {
1819
repositories {
1920
google()
2021
jcenter()
22+
mavenLocal()
2123
}
2224
}
2325

0 commit comments

Comments
 (0)