From e8c9e315506bfa693c885eb2fa7f009797a4018c Mon Sep 17 00:00:00 2001 From: Guillaume HUSTA Date: Fri, 20 Aug 2021 10:03:58 +0200 Subject: [PATCH] FIX #238 : Upgrade to Android Studio Arctic Fox | 2020.3.1 Patch 1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 616216e..12fdf98 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.0.0' + classpath 'com.android.tools.build:gradle:7.0.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files