From b31721901335912bee764c714da93772c2985bd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 13:35:24 +0000 Subject: [PATCH] chore(deps): bump com.android.application in /android Bumps com.android.application from 9.2.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] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 929fdca..04d0192 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,5 +2,5 @@ // the web UI owns browsing/auth/details/guide/settings, while video and live playback // stay native through Media3/ExoPlayer on Android TV.) plugins { - id 'com.android.application' version '9.2.1' apply false + id 'com.android.application' version '9.3.1' apply false }