Skip to content

Commit 4b0bdf2

Browse files
committed
Remove google-services plugin
This removes the need for google-services.json
1 parent f1924c7 commit 4b0bdf2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
apply plugin: 'com.android.application'
2-
apply plugin: 'com.google.gms.google-services'
32

43
android {
54
compileSdkVersion 22
@@ -23,7 +22,7 @@ android {
2322
exclude 'META-INF/NOTICE'
2423
exclude 'META-INF/NOTICE.txt'
2524
}
26-
25+
2726
}
2827

2928
dependencies {
@@ -34,4 +33,4 @@ dependencies {
3433
compile 'com.android.support:recyclerview-v7:22.2.1'
3534
compile 'com.facebook.android:facebook-android-sdk:4.6.0'
3635
compile project(':library')
37-
}
36+
}

0 commit comments

Comments
 (0)