From 59153900ad22bc8de40ef3dfa9c39f17651879b9 Mon Sep 17 00:00:00 2001 From: Miku AuahDark Date: Sat, 6 Feb 2021 19:08:06 +0800 Subject: [PATCH] Update Android Gradle plugin to 4.1.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ef785af2..972613cf 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:4.0.1' + classpath 'com.android.tools.build:gradle:4.1.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files