mirror of
https://github.com/samsonjs/media.git
synced 2026-04-09 11:55:46 +00:00
Fix GVR dependency
PiperOrigin-RevId: 230213842
This commit is contained in:
parent
c2f6dd6b0a
commit
e671dac9a2
1 changed files with 1 additions and 2 deletions
|
|
@ -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-base:1.190.0'
|
||||
api 'com.google.vr:sdk-base:1.80.0'
|
||||
api 'com.google.vr:sdk-base:1.190.0'
|
||||
compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue