diff --git a/build.gradle b/build.gradle index 2456952..4d901c3 100644 --- a/build.gradle +++ b/build.gradle @@ -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' } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e22a8e7..94d1bea 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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.1.0-1.0.29" androidxActivity = "1.9.3" androidxAnnotation = "1.9.0" androidxAppCompat = "1.7.0"