blob: a3867e1f0c5f5e886003a0a77ebbedd6e0d3b8b7 [file] [log] [blame]
# Proguard config for apps that depend on cronet_impl_common_java.jar.
# Used through reflection by the API code to figure out the version of the impl
# code it's talking to.
-keep public class org.chromium.net.impl.ImplVersion {
public *;
}
-dontwarn com.google.errorprone.annotations.DoNotMock