|
@@ -12,9 +12,6 @@ buildscript {
|
|
|
dependencies {
|
|
|
classpath 'com.android.tools.build:gradle:3.0.1'
|
|
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}"
|
|
|
- if (getGradle().getStartParameter().getTaskRequests().toString().contains("GPlay")){
|
|
|
- classpath 'com.google.gms:google-services:3.1.0'
|
|
|
- }
|
|
|
|
|
|
// NOTE: Do not place your application dependencies here; they belong
|
|
|
// in the individual module build.gradle files
|