(fix) who put that there

Signed-off-by: androidacy-user <opensource@androidacy.com>
pull/27/head
androidacy-user 2 years ago
parent fb81d0faa4
commit 56f55990f7

@ -463,6 +463,12 @@ android {
} }
//noinspection GrDeprecatedAPIUsage //noinspection GrDeprecatedAPIUsage
buildToolsVersion = "34.0.0 rc3" buildToolsVersion = "34.0.0 rc3"
@Suppress("DEPRECATION")
packagingOptions {
jniLibs {
useLegacyPackaging = true
}
}
} }

@ -190,7 +190,7 @@
# Keep all of Cronet API and google's internal classes # Keep all of Cronet API and google's internal classes
-keep class org.chromium.** { *; } -keep class org.chromium.** { *; }
-keep class org.chromium.net.** { *; } -keep class org.chromium.net.** { *; }
-keep class com.google.common.util.concurrent.** { *; }
-keepclassmembers class kotlin.SafePublicationLazyImpl { -keepclassmembers class kotlin.SafePublicationLazyImpl {
java.lang.Object _value; java.lang.Object _value;
} }

Loading…
Cancel
Save