diff --git a/build.gradle b/build.gradle index b6ca925..9500b91 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'com.android.application' version '8.13.0' apply false id 'com.android.library' version '8.13.0' apply false - id 'org.jetbrains.kotlin.android' version '1.8.22' apply false + id 'org.jetbrains.kotlin.android' version '2.2.21' apply false } task clean(type: Delete) { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8231aac..b359406 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ target-sdk = "36" java = "1.8" jvm = "1.8" android-gradle-plugin = "8.13.0" -kotlin = "1.8.22" +kotlin = "2.2.21" core-ktx = "1.17.0" appcompat = "1.7.1" material = "1.13.0"