Skip to content

Commit

Permalink
Update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 12bb725 commit 32faea4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.21' apply false
id 'org.jetbrains.kotlin.android' version '2.1.0' apply false
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
androidGradlePlugin = "8.7.1"
kotlin = "2.0.21"
ksp = "2.0.21-1.0.25"
kotlin = "2.1.0"
ksp = "2.0.21-1.0.28"
androidxActivity = "1.9.3"
androidxAnnotation = "1.9.0"
androidxAppCompat = "1.7.0"
Expand Down

0 comments on commit 32faea4

Please sign in to comment.