From 87d8415da26a4f7dc15fc1803a3e64ec19aa06f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 21:46:05 +0000 Subject: [PATCH] Bump com.android.application from 9.0.1 to 9.1.0 Bumps com.android.application from 9.0.1 to 9.1.0. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index ab9fea4..c5f9541 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { } plugins { id "com.android.library" version "9.1.0" - id "com.android.application" version "9.1.0" + id "com.android.application" version "9.1.1" } }