diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a19f611cd..c6d512fa3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ coroutines = "1.10.2" room = "2.8.4" kotlin = "2.3.10" media3 = "1.9.2" -agp = "9.0.1" +agp = "9.1.0" ktlint-core = "1.8.0" ktlint-gradlePlugin = "0.13.0" retrofit = "3.0.0" diff --git a/settings.gradle.kts b/settings.gradle.kts index 432abb74e..33a0df4a3 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -35,8 +35,8 @@ plugins { id("org.gradle.toolchains.foojay-resolver-convention") version ("1.0.0") id("org.jetbrains.kotlin.android") version "2.3.10" apply false id("org.jetbrains.kotlin.jvm") version "2.3.10" apply false - id("com.android.application") version "9.0.1" apply false - id("com.android.library") version "9.0.1" apply false + id("com.android.application") version "9.1.0" apply false + id("com.android.library") version "9.1.0" apply false } develocity {