Skip to content

Commit

Permalink
Update Kotlin & Dokka & Compose Compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent ae74356 commit cbeee82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id("org.jetbrains.kotlin.android") version "2.0.0" apply false
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.0" apply false
id("org.jetbrains.kotlin.plugin.compose") version "2.0.0" apply false
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.14.0" apply false
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.16.2" apply false
id("org.jmailen.kotlinter") version "4.4.1" apply false
id("com.android.application") version "8.5.0" apply false
id("com.vanniktech.maven.publish") version "0.29.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,8 +5,8 @@ minSdk = "21"

[libraries]

kotlin-serialization-core = "org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.3"
kotlin-serialization-json = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3"
kotlin-serialization-core = "org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.1"
kotlin-serialization-json = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1"
appcompat = "androidx.appcompat:appcompat:1.6.1"
androidx-lifecycle-runtime = "androidx.lifecycle:lifecycle-runtime:2.8.3"
compose-foundation = "androidx.compose.foundation:foundation:1.6.8"
Expand Down

0 comments on commit cbeee82

Please sign in to comment.