build: upgrade to Kotlin 1.4.21 (#1240)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
6642e556c2
commit
255704c54a
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
rootProject.ext.versions = [
|
||||
agp : '4.1.0',
|
||||
kotlin : '1.4.20',
|
||||
kotlin : '1.4.21',
|
||||
binary_compatibility_validator : '0.2.4',
|
||||
]
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* SPDX-License-Identifier: GPL-3.0-only
|
||||
*/
|
||||
|
||||
private const val KOTLIN_VERSION = "1.4.20"
|
||||
private const val KOTLIN_VERSION = "1.4.21"
|
||||
|
||||
object Dependencies {
|
||||
object Kotlin {
|
||||
|
|
Loading…
Reference in a new issue