diff options
author | Amit Kumar <amitkma@e.email> | 2021-05-12 18:29:52 +0530 |
---|---|---|
committer | Amit Kumar <amitkma@e.email> | 2021-05-12 18:29:52 +0530 |
commit | 2a6eea3133fe3aa35315d6c725e6961b685ba147 (patch) | |
tree | e3515a59d08b20573c092c4781f4b824ef6ce3ec | |
parent | 68a4406c6cbc5c6956dc05edf4ee30f074ed9efd (diff) |
Use gradle plugin from dependencies.gradle
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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 |