From 965b8d2481f3825db5f84098472c133c28ab0ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 01:03:39 +0000 Subject: [PATCH] Bump android-gradle-plugin from 8.13.0 to 9.0.1 Bumps `android-gradle-plugin` from 8.13.0 to 9.0.1. Updates `com.android.application` from 8.13.0 to 9.0.1 Updates `com.android.library` from 8.13.0 to 9.0.1 --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.android.library dependency-version: 9.0.1 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..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"