diff --git a/build.gradle b/build.gradle index b6ca925..0421001 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.1' apply false + id 'com.android.library' version '9.0.1' 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..f48db79 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.1" kotlin = "1.8.22" core-ktx = "1.17.0" appcompat = "1.7.1"