| OLD | NEW |
| 1 # Proguard config for apps that depend on cronet_impl_platform_java.jar. | 1 # Proguard config for apps that depend on cronet_impl_platform_java.jar. |
| 2 | 2 |
| 3 # https://android.googlesource.com/platform/sdk/+/marshmallow-mr1-release/files/
proguard-android.txt#54 | |
| 4 -dontwarn android.support.** | |
| 5 | |
| 6 # 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). |
| 7 -keep class org.chromium.net.impl.JavaCronetProvider { | 4 -keep class org.chromium.net.impl.JavaCronetProvider { |
| 8 public <init>(android.content.Context); | 5 public <init>(android.content.Context); |
| 9 } | 6 } |
| 10 | |
| 11 # Generated for chrome apk and not included into cronet. | |
| 12 -dontwarn org.chromium.base.BuildConfig | |
| 13 -dontwarn org.chromium.base.library_loader.NativeLibraries | |
| 14 -dontwarn org.chromium.base.multidex.ChromiumMultiDexInstaller | |
| OLD | NEW |