From d39934c56eab0fa6ae937b63265d3ce54bf1e91a Mon Sep 17 00:00:00 2001 From: Guillaume HUSTA Date: Thu, 2 Feb 2023 18:52:26 +0100 Subject: [PATCH] Upgrade to Android Studio Electric Eel | 2022.1.1 Patch 1 Closes: #322 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c79e7e8..f09738c 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.4.0' + classpath 'com.android.tools.build:gradle:7.4.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files