From 2d4f203a351e7b8aa71ba59d53936d27e50676ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 13:36:24 +0000 Subject: [PATCH] chore(deps): bump androidx.core:core from 1.13.1 to 1.19.0 in /android Bumps androidx.core:core from 1.13.1 to 1.19.0. --- updated-dependencies: - dependency-name: androidx.core:core dependency-version: 1.19.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 7d5bf4b..80a0fdd 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -80,7 +80,7 @@ dependencies { // spurious "buffering" flickers. No API breaks from 1.10.x for our usage. def media3Version = "1.11.0" compileOnly "androidx.annotation:annotation:1.9.1" - implementation "androidx.core:core:1.13.1" // FileProvider for the in-app self-update installer + implementation "androidx.core:core:1.19.0" // FileProvider for the in-app self-update installer implementation "androidx.media3:media3-exoplayer:$media3Version" implementation "androidx.media3:media3-exoplayer-hls:$media3Version" implementation "androidx.media3:media3-ui:$media3Version"