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 d67bea1 commit 53b1ee0Copy full SHA for 53b1ee0
build.gradle
@@ -11,7 +11,6 @@ buildscript {
11
classpath 'com.android.tools.build:gradle:3.6.1'
12
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
13
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
14
- classpath 'com.google.gms:google-services:4.3.3'
15
16
// NOTE: Do not place your application dependencies here; they belong
17
// in the individual module build.gradle files
nsfwdetector/build.gradle
@@ -65,4 +65,3 @@ artifacts {
65
archives sourcesJar
66
archives javadocJar
67
}
68
-apply plugin: 'com.google.gms.google-services'
0 commit comments