From bf97a46b0c93fa1ef71dbeff86f42f5ceccdb2ab Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Mon, 29 Nov 2021 21:49:36 +0100 Subject: [PATCH] Upgrade gradle build tools to 7.0.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6ed7e4c6..c7d31ef7 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:7.0.2' + classpath 'com.android.tools.build:gradle:7.0.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files