Commit 2cae3b39 by Tomasz Pieszko

[MOD] Use Cronet from Play Services, as default instead of using embedded one.…

[MOD] Use Cronet from Play Services, as default instead of using embedded one. It lets to reduce APK size ~8MB.
parent e4f6666c
......@@ -156,7 +156,7 @@ public final class CronetDataSourceTest {
@Override
public List<String> getUrlChain() {
return null;
return Collections.singletonList(url);
}
@Override
......
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