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"