From 2a6eea3133fe3aa35315d6c725e6961b685ba147 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Wed, 12 May 2021 18:29:52 +0530 Subject: Use gradle plugin from dependencies.gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 492cca5..e84cea8 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:4.2.0' + classpath Libs.androidGradlePlugin classpath Libs.Kotlin.gradlePlugin // NOTE: Do not place your application dependencies here; they belong -- cgit v1.2.1