Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 56f5599

Browse files
(fix) who put that there
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent fb81d0f commit 56f5599

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

app/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,12 @@ android {
463463
}
464464
//noinspection GrDeprecatedAPIUsage
465465
buildToolsVersion = "34.0.0 rc3"
466+
@Suppress("DEPRECATION")
467+
packagingOptions {
468+
jniLibs {
469+
useLegacyPackaging = true
470+
}
471+
}
466472
}
467473

468474

app/proguard-rules.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
# Keep all of Cronet API and google's internal classes
191191
-keep class org.chromium.** { *; }
192192
-keep class org.chromium.net.** { *; }
193-
193+
-keep class com.google.common.util.concurrent.** { *; }
194194
-keepclassmembers class kotlin.SafePublicationLazyImpl {
195195
java.lang.Object _value;
196196
}
@@ -223,4 +223,4 @@
223223
-dontwarn org.graalvm.nativeimage.ImageSingletons
224224
-dontwarn org.graalvm.nativeimage.hosted.Feature$BeforeAnalysisAccess
225225
-dontwarn org.graalvm.nativeimage.hosted.Feature
226-
-dontwarn io.sentry.compose.gestures.ComposeGestureTargetLocator
226+
-dontwarn io.sentry.compose.gestures.ComposeGestureTargetLocator

0 commit comments

Comments
 (0)