From b96d97af659eeaf4fabfe115b4cdafa491ea797c Mon Sep 17 00:00:00 2001 From: ZCShou <72115@163.com> Date: Sun, 29 May 2022 07:45:33 +0800 Subject: [PATCH] upgrade AGP from 7.2.0 to 7.2.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7619a29..a1432f0 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:7.2.0' + classpath 'com.android.tools.build:gradle:7.2.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files