Skip to content

Commit ff236ab

Browse files
committed
Remove unneeded libraries
1 parent ecf7be1 commit ff236ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ android {
165165
exclude 'META-INF/androidx.core_core.version'
166166
pickFirst 'org/bouncycastle/x509/CertPathReviewerMessages.properties'
167167
pickFirst 'org/bouncycastle/x509/CertPathReviewerMessages_de.properties'
168+
169+
exclude "**/libsentry*.so" // exclude the ndk libraries we are not utilizing
170+
168171
}
169172

170173
compileOptions {

0 commit comments

Comments
 (0)