From 17b1ca53397b688a1811c2b589c15b2a3771d7c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 01:07:53 +0000 Subject: [PATCH] Bump android-gradle-plugin from 8.13.0 to 9.0.0 Bumps `android-gradle-plugin` from 8.13.0 to 9.0.0. Updates `com.android.application` from 8.13.0 to 9.0.0 Updates `com.android.library` from 8.13.0 to 9.0.0 --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.android.library dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- gradle/libs.versions.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"