xref: /aosp_15_r20/external/cronet/components/cronet/android/cronet_impl_common_proguard.cfg (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
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