1# Proguard config for apps that depend on cronet_impl_common_java.jar. 2 3# Used through reflection by the API code to figure out the version of the impl 4# code it's talking to. 5-keep public class org.chromium.net.impl.ImplVersion { 6 public *; 7} 8 9-dontwarn com.google.errorprone.annotations.DoNotMock 10