| OLD | NEW |
| 1 # Proguard config for apps that depend on cronet_impl_common_java.jar. | 1 # Proguard config for apps that depend on cronet_impl_common_java.jar. |
| 2 | 2 |
| 3 # This constructor is called using the reflection from Cronet API (cronet_api.ja
r). | 3 # This constructor is called using the reflection from Cronet API (cronet_api.ja
r). |
| 4 -keep class org.chromium.net.impl.CronetEngineBuilderImpl { | 4 -keep class org.chromium.net.impl.DefaultCronetImplProvider { |
| 5 public <init>(android.content.Context); | 5 public <init>(); |
| 6 } | 6 } |
| 7 | 7 |
| 8 # This class should be explicitly kept to avoid failure if | 8 # This class should be explicitly kept to avoid failure if |
| 9 # class/merging/horizontal proguard optimization is enabled. | 9 # class/merging/horizontal proguard optimization is enabled. |
| 10 -keep class org.chromium.net.impl.ImplVersion | 10 -keep class org.chromium.net.impl.ImplVersion |
| OLD | NEW |