diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 68b77831..f3c76ddd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ versions = { id = "com.github.ben-manes.versions", version = "0.53.0" } license = { id = "com.jaredsburrows.license", version = "0.9.8" } [libraries] -android-plugin = { module = "com.android.tools.build:gradle", version = "7.2.2" } +android-plugin = { module = "com.android.tools.build:gradle", version = "9.0.1" } commons = { module = "org.apache.commons:commons-csv", version = "1.14.1" } moshi = { module = "com.squareup.moshi:moshi", version = "1.15.2" } kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlin" }