From 367b212ca36114f8369602561bb19eb8729436df Mon Sep 17 00:00:00 2001 From: gdlbo <41114720+gdlbo@users.noreply.github.com> Date: Tue, 3 May 2022 22:19:23 +0300 Subject: [PATCH] Updated build gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 549048d4ee..6cf8f4e483 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.2.0-rc01' + classpath 'com.android.tools.build:gradle:7.2.0-rc02' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files