From 0d09f5df9323868b86048d50ea3edae7ec763160 Mon Sep 17 00:00:00 2001 From: kunfei Date: Sun, 17 Jul 2022 22:41:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 3 --- 1 file changed, 3 deletions(-) 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) {