mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 13:27:46 +00:00
build: update Kotlin and dependency-updates plugin (#1094)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
71fc2a396e
commit
9cb8551a90
@ -17,7 +17,7 @@ buildscript {
|
||||
}
|
||||
|
||||
plugins {
|
||||
id("com.github.ben-manes.versions") version "0.30.0"
|
||||
id("com.github.ben-manes.versions") version "0.31.0"
|
||||
}
|
||||
|
||||
subprojects {
|
||||
|
@ -3,7 +3,7 @@
|
||||
* SPDX-License-Identifier: GPL-3.0-only
|
||||
*/
|
||||
|
||||
private const val KOTLIN_VERSION = "1.4.0"
|
||||
private const val KOTLIN_VERSION = "1.4.10"
|
||||
|
||||
object Plugins {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user