From 8270c0d4db1dcabe0643b7d3088ce116bed18248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 07:20:39 +0000 Subject: [PATCH] build(deps): bump com.android.application from 8.11.1 to 9.4.1 Bumps com.android.application from 8.11.1 to 9.4.1. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.4.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7c1f803..fb31f65 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ # KSP must match it (-). Dependabot updates this file (see .github/dependabot.yml). [versions] -agp = "8.11.1" +agp = "9.4.1" kotlin = "2.2.0" ksp = "2.2.0-2.0.2" hilt = "2.56.2"