build: upgrade Kotlin and AGP

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya
2021-03-09 14:26:36 +05:30
parent 34bba4be98
commit 5e28cf45e4

View File

@@ -3,10 +3,10 @@
* SPDX-License-Identifier: GPL-3.0-only
*/
private const val KOTLIN_VERSION = "1.4.30"
private const val KOTLIN_VERSION = "1.4.31"
object Plugins {
const val androidGradlePlugin = "com.android.tools.build:gradle:4.1.1"
const val androidGradlePlugin = "com.android.tools.build:gradle:4.1.2"
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 downloadTaskPlugin = "de.undercouch:gradle-download-task:4.1.1"