Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Update Kotlin, KSP and Compose Compiler (#272)
Browse files Browse the repository at this point in the history
chrisbanes/tivi@344fc8f

Co-authored-by: Goooler <wangzongler@gmail.com>
  • Loading branch information
renovate[bot] and Goooler authored Nov 16, 2022
1 parent 3a9fa50 commit 1c85214
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ androidX-activity = "1.6.1"
androidX-appCompat = "1.5.1"
androidX-collection = "1.2.0"
androidX-compose = "1.3.1"
androidX-composeCompiler = "1.3.2"
androidX-composeCompiler = "1.4.0-alpha02"
androidX-core = "1.9.0"
androidX-fragment = "1.5.4"
androidX-lifecycle = "2.5.1"
Expand All @@ -16,7 +16,7 @@ chucker = "3.5.2"
coil = "2.2.2"
coroutines = "1.6.4"
glide = "4.14.2"
kotlin = "1.7.20"
kotlin = "1.7.21"
square-okHttp = "4.10.0"
square-retrofit = "2.9.0"
square-moshi = "1.14.0"
Expand All @@ -27,7 +27,7 @@ support = "28.0.0"
android-application = { id = "com.android.application", version.ref = "agp" }
android-library = { id = "com.android.library", version.ref = "agp" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
ksp = "com.google.devtools.ksp:1.7.20-1.0.8"
ksp = "com.google.devtools.ksp:1.7.21-1.0.8"
napt = "com.sergei-lapin.napt:1.19"
kotlinter = "org.jmailen.kotlinter:3.12.0"
detekt = "io.gitlab.arturbosch.detekt:1.21.0"
Expand Down

0 comments on commit 1c85214

Please sign in to comment.