mirror of
https://github.com/samsonjs/media.git
synced 2026-04-10 12:05:47 +00:00
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:
parent
ae0ac55b8d
commit
4846146827
1 changed files with 2 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue