diff --git a/build.gradle b/build.gradle index b6ca925..98c6e03 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.13.0' apply false - id 'com.android.library' version '8.13.0' apply false + id 'com.android.application' version '9.0.0' apply false + id 'com.android.library' version '9.0.0' apply false id 'org.jetbrains.kotlin.android' version '1.8.22' apply false } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8231aac..50d6116 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ min-sdk = "21" target-sdk = "36" java = "1.8" jvm = "1.8" -android-gradle-plugin = "8.13.0" +android-gradle-plugin = "9.0.0" kotlin = "1.8.22" core-ktx = "1.17.0" appcompat = "1.7.1"