From c7a4acaa541d2fa965aae3d069ffaf1bdc20d766 Mon Sep 17 00:00:00 2001 From: Oleksandr Kalko Date: Tue, 22 Feb 2022 12:50:31 +0200 Subject: [PATCH] Update Gradle plugin version --- android-project/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-project/build.gradle b/android-project/build.gradle index 5d646588c..172dd499c 100644 --- a/android-project/build.gradle +++ b/android-project/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:7.1.0' + classpath 'com.android.tools.build:gradle:7.1.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files