mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
[MOD] Use Cronet from Play Services, as default instead of using embedded one. It lets to reduce APK size ~8MB.
This commit is contained in:
parent
e4f6666cb2
commit
2cae3b3905
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ public final class CronetDataSourceTest {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public List<String> getUrlChain() {
|
public List<String> getUrlChain() {
|
||||||
return null;
|
return Collections.singletonList(url);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue