(fix) who put that there

Signed-off-by: androidacy-user <opensource@androidacy.com>
master
androidacy-user 1 year ago
parent fb81d0faa4
commit 56f55990f7

@ -463,6 +463,12 @@ android {
}
//noinspection GrDeprecatedAPIUsage
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 class org.chromium.** { *; }
-keep class org.chromium.net.** { *; }
-keep class com.google.common.util.concurrent.** { *; }
-keepclassmembers class kotlin.SafePublicationLazyImpl {
java.lang.Object _value;
}
@ -223,4 +223,4 @@
-dontwarn org.graalvm.nativeimage.ImageSingletons
-dontwarn org.graalvm.nativeimage.hosted.Feature$BeforeAnalysisAccess
-dontwarn org.graalvm.nativeimage.hosted.Feature
-dontwarn io.sentry.compose.gestures.ComposeGestureTargetLocator
-dontwarn io.sentry.compose.gestures.ComposeGestureTargetLocator

Loading…
Cancel
Save