Commit 31310743 by olly Committed by Oliver Woodman

Upgrade dependencies

Issue: #2516

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=149942409
parent 343a7302
...@@ -26,5 +26,5 @@ android { ...@@ -26,5 +26,5 @@ android {
dependencies { dependencies {
compile project(':library') compile project(':library')
compile 'com.google.vr:sdk-audio:1.20.0' compile 'com.google.vr:sdk-audio:1.30.0'
} }
...@@ -26,7 +26,7 @@ android { ...@@ -26,7 +26,7 @@ android {
dependencies { dependencies {
compile project(':library') compile project(':library')
compile('com.squareup.okhttp3:okhttp:3.4.1') { compile('com.squareup.okhttp3:okhttp:3.6.0') {
exclude group: 'org.json' exclude group: 'org.json'
} }
} }
......
...@@ -47,10 +47,10 @@ android { ...@@ -47,10 +47,10 @@ android {
} }
dependencies { dependencies {
compile 'com.android.support:support-annotations:25.2.0'
androidTestCompile 'com.google.dexmaker:dexmaker:1.2' androidTestCompile 'com.google.dexmaker:dexmaker:1.2'
androidTestCompile 'com.google.dexmaker:dexmaker-mockito:1.2' androidTestCompile 'com.google.dexmaker:dexmaker-mockito:1.2'
androidTestCompile 'org.mockito:mockito-core:1.9.5' androidTestCompile 'org.mockito:mockito-core:1.9.5'
compile 'com.android.support:support-annotations:25.0.1'
} }
android.libraryVariants.all { variant -> android.libraryVariants.all { variant ->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment