Skip to content

Commit

Permalink
Merge pull request #188 from Anthonyy232/renovate/kotlin-monorepo
Browse files Browse the repository at this point in the history
Update kotlin monorepo to v2.0.21
  • Loading branch information
Anthonyy232 authored Oct 11, 2024
2 parents 7b35b2e + 8cf4337 commit 0c01f0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ buildscript {
plugins {
id("com.android.application") version "8.7.0" apply false
id("com.android.library") version "8.7.0" apply false
id("org.jetbrains.kotlin.android") version "2.0.20" apply false
id ("org.jetbrains.kotlin.plugin.compose") version "2.0.20" apply false
id("org.jetbrains.kotlin.android") version "2.0.21" apply false
id ("org.jetbrains.kotlin.plugin.compose") version "2.0.21" apply false
id("com.google.dagger.hilt.android") version "2.52" apply false
id("com.google.devtools.ksp") version "2.0.20-1.0.25" apply false
id ("com.mikepenz.aboutlibraries.plugin") version "11.2.3" apply false
id ("org.jetbrains.kotlin.plugin.serialization") version "2.0.20" apply false
id ("org.jetbrains.kotlin.plugin.serialization") version "2.0.21" apply false
id("com.android.test") version "8.7.0" apply false
id("androidx.baselineprofile") version "1.2.4" apply false
}
Expand Down

0 comments on commit 0c01f0d

Please sign in to comment.