Fix internal build to use new Cronet jars

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=139803684
This commit is contained in:
olly 2016-11-21 10:43:46 -08:00 committed by Oliver Woodman
parent ae0ac55b8d
commit 4846146827

View file

@ -42,7 +42,8 @@ android {
dependencies {
compile project(':library')
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-mockito:1.2'
androidTestCompile 'org.mockito:mockito-core:1.9.5'