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

Commit

Permalink
Update kotlin monorepo to v1.8.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and qhy040404 committed Apr 25, 2023
1 parent aef4fc5 commit bb44653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

id("com.android.application") version agpVersion apply false
id("com.android.library") version agpVersion apply false
id("org.jetbrains.kotlin.android") version "1.8.20" apply false
id("org.jetbrains.kotlin.android") version "1.8.21" apply false
}

buildScan {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ cascade = "me.saket.cascade:cascade:1.3.0"
appiconloader-base = { module = "me.zhanghai.android.appiconloader:appiconloader", version.ref = "zh-appiconloader" }
appiconloader-coil = { module = "me.zhanghai.android.appiconloader:appiconloader-coil", version.ref = "zh-appiconloader" }
coroutines = "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"
kt-reflect = "org.jetbrains.kotlin:kotlin-reflect:1.8.20"
kt-reflect = "org.jetbrains.kotlin:kotlin-reflect:1.8.21"

leakcanary = "com.squareup.leakcanary:leakcanary-android:2.10"
junit = "junit:junit:4.13.2"
Expand Down

0 comments on commit bb44653

Please sign in to comment.