[#317] Kotlin 1.7.0

This commit is contained in:
Carter Jernigan 2022-07-05 10:27:23 -04:00 committed by Carter Jernigan
parent 5a880607a1
commit 13ab487118
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.6.21"
const val kotlinVersion = "1.7.0"
const val navigationVersion = "2.3.5"
const val compileSdkVersion = 31