Commit 48461468 by olly Committed by Oliver Woodman

Fix internal build to use new Cronet jars

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=139803684
parent ae0ac55b
Showing with 2 additions and 1 deletions
...@@ -42,7 +42,8 @@ android { ...@@ -42,7 +42,8 @@ android {
dependencies { dependencies {
compile project(':library') compile project(':library')
compile files('libs/cronet_api.jar') compile files('libs/cronet_api.jar')
compile files('libs/cronet.jar') compile files('libs/cronet_impl_common_java.jar')
compile files('libs/cronet_impl_native_java.jar')
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'
......
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