[#352] Kotlin 1.7.21

This commit is contained in:
Honza Rychnovsky 2022-12-16 14:12:45 +01:00 committed by GitHub
parent 665fe284d2
commit 0f32f1023e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package cash.z.ecc.android
object Deps {
// For use in the top-level build.gradle which gives an error when provided
// `Deps.Kotlin.version` directly
const val kotlinVersion = "1.7.20"
const val kotlinVersion = "1.7.21"
const val navigationVersion = "2.5.2"
const val compileSdkVersion = 31