From f8297a8a9b3a2155cb23361f204c02a6acbe1134 Mon Sep 17 00:00:00 2001 From: litetex <40789489+litetex@users.noreply.github.com> Date: Wed, 25 Aug 2021 16:48:18 +0200 Subject: [PATCH] Updated ``com.android.tools.build:gradle`` to 7.0.1 Release notes are available here: https://developer.android.com/studio/releases/gradle-plugin#7-0-0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 363404848..2b98f6f48 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:4.2.2' + classpath 'com.android.tools.build:gradle:7.0.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong