Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Make google vr SDK version in build match pinned repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall Barker committed Sep 15, 2018
1 parent 7a0859a commit 8a843ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,11 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
googlevrImplementation 'com.google.vr:sdk-base:1.160.0'
googlevrFlatImplementation 'com.google.vr:sdk-base:1.160.0'
googlevrImplementation 'com.google.vr:sdk-base:1.170.0'
googlevrFlatImplementation 'com.google.vr:sdk-base:1.170.0'
svrImplementation fileTree(dir: "${project.rootDir}/third_party/svr/", include: ['*.jar'])
implementation 'com.android.support:design:27.1.1'
implementation 'com.google.vr:sdk-audio:1.160.0'
implementation 'com.google.vr:sdk-audio:1.170.0'
implementation "org.mozilla.components:telemetry:0.10"
implementation "com.github.mozilla:mozillaspeechlibrary:1.0.4"
}
Expand Down

0 comments on commit 8a843ab

Please sign in to comment.