From 0679d4fbce2411cacf81549cb1d017b470023ea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 02:14:36 +0000 Subject: [PATCH] deps: bump com.android.application in the minor-and-patch group Bumps the minor-and-patch group with 1 update: com.android.application. Updates `com.android.application` from 9.3.0 to 9.3.1 --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... 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 f791176..94700af 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "9.3.0" +agp = "9.3.1" kotlin = "2.4.10" coreKtx = "1.19.0" lifecycleRuntimeKtx = "2.11.0"