[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:
Tomasz Pieszko 2020-05-04 11:18:43 +02:00
parent e4f6666cb2
commit 2cae3b3905

View File

@ -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