Skip to content

Commit

Permalink
Merge pull request #265 from NordicSemiconductor/renovate/kotlin
Browse files Browse the repository at this point in the history
Update kotlin
  • Loading branch information
philips77 authored Oct 14, 2024
2 parents 9e6903d + cbd2ab5 commit 9e62118
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'org.jetbrains.kotlin.android' version '2.0.20' apply false
id 'org.jetbrains.kotlin.android' version '2.0.21' apply false
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
}

Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
androidGradlePlugin = "8.6.0"
kotlin = "2.0.20"
ksp = "2.0.20-1.0.25"
kotlin = "2.0.21"
ksp = "2.0.21-1.0.25"
androidxActivity = "1.9.2"
androidxAnnotation = "1.8.2"
androidxAppCompat = "1.7.0"
Expand Down Expand Up @@ -34,9 +34,9 @@ firebaseBom = "33.2.0"
hilt = "2.52"
hiltExt = "1.2.0"
junit4 = "4.13.2"
kotlinxCoroutines = "1.9.0-RC.2"
kotlinxCoroutines = "1.9.0"
kotlinxDatetime = "0.6.1"
kotlinxSerializationJson = "1.7.2"
kotlinxSerializationJson = "1.7.3"
kotlinCompose = "1.6.11"
lint = "31.6.0"
memfault-cloud = "2.0.5"
Expand Down

0 comments on commit 9e62118

Please sign in to comment.