diff --git a/build.gradle b/build.gradle index 184910e1e..2f55fdbd5 100644 --- a/build.gradle +++ b/build.gradle @@ -12,8 +12,6 @@ buildscript { } } - - plugins { id 'com.android.application' version "$agp_version" apply false id 'com.android.library' version "$agp_version" apply false @@ -21,7 +19,6 @@ plugins { id "de.timfreiheit.resourceplaceholders" version "0.4" apply false id "de.undercouch.download" version "5.1.0" apply false id "com.google.gms.google-services" version "4.3.10" apply false - } task clean(type: Delete) {