mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-24 08:57:13 +02:00
build: upgrade Kotlin and AGP
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
34bba4be98
commit
5e28cf45e4
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue