Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/I21b/lawnicons into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
I21b committed Aug 23, 2024
2 parents 7707e93 + eec3a99 commit 5799085
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import com.diffplug.spotless.extra.wtp.EclipseWtpFormatterStep

plugins {
id("com.android.application") version "8.5.2" apply false
id("org.jetbrains.kotlin.android") version "2.0.10" apply false
id("org.jetbrains.kotlin.plugin.compose") version "2.0.10"
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.10" apply false
id("com.google.devtools.ksp") version "2.0.10-1.0.24" apply false
id("org.jetbrains.kotlin.android") version "2.0.20" apply false
id("org.jetbrains.kotlin.plugin.compose") version "2.0.20"
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.20" apply false
id("com.google.devtools.ksp") version "2.0.20-1.0.24" apply false
id("com.google.dagger.hilt.android") version "2.52" apply false
id("app.cash.licensee") version "1.11.0" apply false
id("com.diffplug.spotless") version "6.25.0" apply false
Expand Down

0 comments on commit 5799085

Please sign in to comment.