diff --git a/build.gradle b/build.gradle index addedba..2e01312 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,6 @@ buildscript { classpath 'com.android.tools.build:gradle:3.6.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' - classpath 'com.google.gms:google-services:4.3.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/nsfwdetector/build.gradle b/nsfwdetector/build.gradle index d14afb7..778a9f4 100644 --- a/nsfwdetector/build.gradle +++ b/nsfwdetector/build.gradle @@ -65,4 +65,3 @@ artifacts { archives sourcesJar archives javadocJar } -apply plugin: 'com.google.gms.google-services'