From ca2cacaecdbe868aa05d29f85edc6ef1d7ab9ae6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 21:53:54 +0000 Subject: [PATCH] Bump com.android.application from 9.0.1 to 9.3.1 in /device Bumps com.android.application from 9.0.1 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-minor ... Signed-off-by: dependabot[bot] --- device/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/build.gradle b/device/build.gradle index c36385f..87cac57 100644 --- a/device/build.gradle +++ b/device/build.gradle @@ -1,3 +1,3 @@ plugins { - id "com.android.application" version "9.0.1" apply false + id "com.android.application" version "9.3.1" apply false }