build: update AGP to 4.1.3

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya
2021-03-20 13:24:21 +05:30
parent c85a31f885
commit a8216feadc

View File

@@ -6,7 +6,7 @@
private const val KOTLIN_VERSION = "1.4.31" private const val KOTLIN_VERSION = "1.4.31"
object Plugins { object Plugins {
const val androidGradlePlugin = "com.android.tools.build:gradle:4.1.2" const val androidGradlePlugin = "com.android.tools.build:gradle:4.1.3"
const val binaryCompatibilityValidator = "org.jetbrains.kotlinx:binary-compatibility-validator:0.2.4" const val binaryCompatibilityValidator = "org.jetbrains.kotlinx:binary-compatibility-validator:0.2.4"
const val dokkaPlugin = "org.jetbrains.dokka:dokka-gradle-plugin:1.4.20" const val dokkaPlugin = "org.jetbrains.dokka:dokka-gradle-plugin:1.4.20"
const val downloadTaskPlugin = "de.undercouch:gradle-download-task:4.1.1" const val downloadTaskPlugin = "de.undercouch:gradle-download-task:4.1.1"