We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf7be1 commit ff236abCopy full SHA for ff236ab
app/build.gradle
@@ -165,6 +165,9 @@ android {
165
exclude 'META-INF/androidx.core_core.version'
166
pickFirst 'org/bouncycastle/x509/CertPathReviewerMessages.properties'
167
pickFirst 'org/bouncycastle/x509/CertPathReviewerMessages_de.properties'
168
+
169
+ exclude "**/libsentry*.so" // exclude the ndk libraries we are not utilizing
170
171
}
172
173
compileOptions {
0 commit comments