microg / cronet-build

Script to build the native cronet library used in GmsCore
Apache License 2.0
12 stars 9 forks source link

Missing ProGuard rules #2

Open ag2s20150909 opened 3 years ago

ag2s20150909 commented 3 years ago

https://chromium.googlesource.com/chromium/src/+/refs/heads/main/components/cronet/android/

ag2s20150909 commented 3 years ago
# Keep all of Cronet API as it's used by the Cronet module.
-keep public class org.chromium.net.* {
    !private *;
    *;
}