blob: eb53058082b462004be197599e070ba348705cc0 [file] [log] [blame]
# Proguard config for apps that depend on cronet_impl_platform_java.jar.
# This constructor is called using the reflection from Cronet API (cronet_api.jar).
-keep class org.chromium.net.impl.JavaCronetProvider {
public <init>(android.content.Context);
}