Skip to content

Commit cae6e52

Browse files
committed
Remove GMS
1 parent 2c48117 commit cae6e52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111

1212
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'
1313

14-
classpath 'com.google.gms:google-services:4.4.0'
14+
// classpath 'com.google.gms:google-services:4.4.0'
1515

1616
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1717
}

sample/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'com.android.application'
33

4-
id 'com.google.gms.google-services'
4+
// id 'com.google.gms.google-services'
55
id 'com.google.firebase.crashlytics'
66

77
id 'kotlin-android'

0 commit comments

Comments
 (0)