mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Upgrade to GVR SDK 1.190.0
Change the dependency to the new monolithic GVR SDK target. PiperOrigin-RevId: 229931549
This commit is contained in:
parent
23c07e5c4d
commit
310925ca12
2 changed files with 2 additions and 2 deletions
|
|
@ -48,6 +48,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)).
|
||||
* 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)).
|
||||
|
|
|
|||
|
|
@ -33,8 +33,7 @@ dependencies {
|
|||
implementation project(modulePrefix + 'library-core')
|
||||
implementation project(modulePrefix + 'library-ui')
|
||||
implementation 'com.android.support:support-annotations:' + supportLibraryVersion
|
||||
implementation 'com.google.vr:sdk-audio:1.80.0'
|
||||
implementation 'com.google.vr:sdk-controller:1.80.0'
|
||||
implementation 'com.google.vr:sdk-base:1.190.0'
|
||||
api 'com.google.vr:sdk-base:1.80.0'
|
||||
compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue