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:
andrewlewis 2019-01-18 16:21:57 +00:00 committed by Oliver Woodman
parent 23c07e5c4d
commit 310925ca12
2 changed files with 2 additions and 2 deletions

View file

@ -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)).

View file

@ -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
}