From 1cdc8517fbed56ceddcf3a517ad1e51f19e9b187 Mon Sep 17 00:00:00 2001 From: hq_sunshine Date: Tue, 7 Apr 2020 17:57:49 +0800 Subject: [PATCH] =?UTF-8?q?:building=5Fconstruction:=20build:=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0gradle=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 93353b7..261252b 100644 --- a/build.gradle +++ b/build.gradle @@ -7,8 +7,8 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:3.3.2' - classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0' // Add this line + classpath 'com.android.tools.build:gradle:3.2.1' + classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' // Add this line // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }