From f71acb66e548087f9e811178df26cf7861276288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:58:17 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.9.1 to 1.10.0 in /android Bumps androidx.annotation:annotation from 1.9.1 to 1.10.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 4baf83f..1a25d67 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -76,7 +76,7 @@ tasks.matching { it.name == 'assembleRelease' || it.name == 'bundleRelease' }.co dependencies { def media3Version = "1.10.1" - compileOnly "androidx.annotation:annotation:1.9.1" + compileOnly "androidx.annotation:annotation:1.10.0" implementation "androidx.core:core:1.13.1" // FileProvider for the in-app self-update installer implementation "androidx.media3:media3-exoplayer:$media3Version" implementation "androidx.media3:media3-exoplayer-hls:$media3Version"