Просмотр исходного кода

Remove unused Google Play Services plugin

arkon 5 лет назад
Родитель
Сommit
5bc0dfd616
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      app/build.gradle

+ 0 - 4
app/build.gradle

@@ -269,7 +269,3 @@ androidExtensions {
 
 preBuild.dependsOn(lintKotlin)
 lintKotlin.dependsOn(formatKotlin)
-
-if (getGradle().getStartParameter().getTaskRequests().toString().contains("Standard")) {
-    apply plugin: 'com.google.gms.google-services'
-}