Fix GVR dependency

PiperOrigin-RevId: 230213842
This commit is contained in:
andrewlewis 2019-01-21 13:23:52 +00:00 committed by Oliver Woodman
parent c2f6dd6b0a
commit e671dac9a2

View File

@ -33,8 +33,7 @@ dependencies {
implementation project(modulePrefix + 'library-core') implementation project(modulePrefix + 'library-core')
implementation project(modulePrefix + 'library-ui') implementation project(modulePrefix + 'library-ui')
implementation 'com.android.support:support-annotations:' + supportLibraryVersion implementation 'com.android.support:support-annotations:' + supportLibraryVersion
implementation 'com.google.vr:sdk-base:1.190.0' api 'com.google.vr:sdk-base:1.190.0'
api 'com.google.vr:sdk-base:1.80.0'
compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion
} }