From a7d8b3b0d4a512abf2bcf873af8a3e5140d87e7e Mon Sep 17 00:00:00 2001 From: Marsad Date: Wed, 16 Jun 2021 15:16:19 +0500 Subject: [PATCH] Updated --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index aebc5dd..6c61941 100644 --- a/build.gradle +++ b/build.gradle @@ -7,6 +7,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:4.2.1' + classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }