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