diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 31129f3b71..10f14c3d7b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -8,14 +8,7 @@ ([#5378](https://github.com/google/ExoPlayer/issues/5378)). * FFmpeg extension: Treat invalid data errors as non-fatal to match the behavior of MediaCodec ([#5293](https://github.com/google/ExoPlayer/issues/5293)). -* Add `startPositionUs` to `MediaSource.createPeriod`. This fixes an issue where - using lazy preparation in `ConcatenatingMediaSource` with an - `ExtractorMediaSource` overrides initial seek positions - ([#5350](https://github.com/google/ExoPlayer/issues/5350)). -* Add subtext to the `MediaDescriptionAdapter` of the - `PlayerNotificationManager`. -* Add workaround for video quality problems with Amlogic decoders - ([#5003](https://github.com/google/ExoPlayer/issues/5003)). +* GVR extension: upgrade GVR SDK dependency to 1.190.0. * Fix issue where sending callbacks for playlist changes may cause problems because of parallel player access ([#5240](https://github.com/google/ExoPlayer/issues/5240)). diff --git a/extensions/gvr/build.gradle b/extensions/gvr/build.gradle index af973e1345..234f551896 100644 --- a/extensions/gvr/build.gradle +++ b/extensions/gvr/build.gradle @@ -32,7 +32,8 @@ android { dependencies { implementation project(modulePrefix + 'library-core') implementation 'com.android.support:support-annotations:' + supportLibraryVersion - implementation 'com.google.vr:sdk-audio:1.80.0' + api 'com.google.vr:sdk-base:1.190.0' + compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion } ext {