Skip to content

Commit

Permalink
Update kotlin monorepo to v1.8.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and qhy040404 committed Jun 8, 2023
1 parent 02c40a8 commit 8a41fb7
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.21" apply false
id("org.jetbrains.kotlin.android") version "1.8.22" 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:2.1.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.7.1"
kt-reflect = "org.jetbrains.kotlin:kotlin-reflect:1.8.21"
kt-reflect = "org.jetbrains.kotlin:kotlin-reflect:1.8.22"
spongycastle = "com.madgag.spongycastle:prov:1.58.0.0"

leakcanary = "com.squareup.leakcanary:leakcanary-android:2.11"
Expand Down

0 comments on commit 8a41fb7

Please sign in to comment.