Remove unused libsignal files from APK.

This commit is contained in:
Rashad Sookram 2022-06-09 12:00:24 -04:00 committed by GitHub
parent 6743861630
commit 0e7ace0da4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,6 +151,8 @@ android {
exclude 'META-INF/LICENSE'
exclude 'META-INF/NOTICE'
exclude 'META-INF/proguard/androidx-annotations.pro'
exclude 'libsignal_jni.dylib'
exclude 'signal_jni.dll'
}