From 3e79b122d7691ae22df5c363ae85c6465b5bca51 Mon Sep 17 00:00:00 2001 From: ArtDev <45949002+artdeell@users.noreply.github.com> Date: Sun, 5 Sep 2021 09:23:31 +0300 Subject: [PATCH] Use older Gradle plugin --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a137c2c92..96e2354eb 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:7.0.2' + classpath 'com.android.tools.build:gradle:4.2.2' // NOTE: Do not place syour application dependencies here; they belong // in the individual module build.gradle files