Skip to content

Commit

Permalink
fix(deps): update kotlin & dokka & compose compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 14, 2024
1 parent 5c46ddf commit 5fd8da2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile

plugins {
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.23" apply false
id("org.jetbrains.kotlin.android") version "1.9.24" apply false
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.24" apply false
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.14.0" apply false
id("org.jmailen.kotlinter") version "4.1.1" apply false
id("com.android.application") version "8.3.0" apply false
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ minSdk = "21"

[libraries]

kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version = "1.9.23" }
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version = "1.9.24" }
kotlin-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.3" }
# compiler dependency is defined to help Renovabot update the version
accompanist-systemController = { module = "com.google.accompanist:accompanist-systemuicontroller", version = "0.32.0" }
compose-bom = "androidx.compose:compose-bom:2023.10.01"
compose-compiler = { module = "androidx.compose.compiler:compiler", version = "1.5.13" }
compose-compiler = { module = "androidx.compose.compiler:compiler", version = "1.5.14" }
compose-material3 = { module = "androidx.compose.material3:material3" }
navigation-compose = { module = "androidx.navigation:navigation-compose", version = "2.7.7" }
junit = { module = "junit:junit", version = "4.13.2" }
Expand Down

0 comments on commit 5fd8da2

Please sign in to comment.