Upgrade dependencies

Issue: #2516

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=149942409
This commit is contained in:
olly 2017-03-13 08:21:11 -07:00 committed by Oliver Woodman
parent 343a7302bd
commit 3131074338
3 changed files with 3 additions and 3 deletions

View file

@ -26,5 +26,5 @@ android {
dependencies {
compile project(':library')
compile 'com.google.vr:sdk-audio:1.20.0'
compile 'com.google.vr:sdk-audio:1.30.0'
}

View file

@ -26,7 +26,7 @@ android {
dependencies {
compile project(':library')
compile('com.squareup.okhttp3:okhttp:3.4.1') {
compile('com.squareup.okhttp3:okhttp:3.6.0') {
exclude group: 'org.json'
}
}

View file

@ -47,10 +47,10 @@ android {
}
dependencies {
compile 'com.android.support:support-annotations:25.2.0'
androidTestCompile 'com.google.dexmaker:dexmaker:1.2'
androidTestCompile 'com.google.dexmaker:dexmaker-mockito:1.2'
androidTestCompile 'org.mockito:mockito-core:1.9.5'
compile 'com.android.support:support-annotations:25.0.1'
}
android.libraryVariants.all { variant ->