From 40ed425bb6c2a8e13558e76261c03eb386e9c138 Mon Sep 17 00:00:00 2001 From: xufuji456 Date: Tue, 30 Aug 2022 15:47:06 +0800 Subject: [PATCH] Feature: update gradle to 4.1.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 95a33c3..9583a6f 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { } } dependencies { - classpath 'com.android.tools.build:gradle:3.5.4' + classpath 'com.android.tools.build:gradle:4.1.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files