fix(android) excludes hermes related libs from the apk

This commit is contained in:
Titus-Andrei Moldovan 2020-10-01 16:39:57 +03:00 committed by Saúl Ibarra Corretgé
parent 3d7ea52416
commit c54fed78c8
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ android {
compileSdkVersion rootProject.ext.compileSdkVersion compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion buildToolsVersion rootProject.ext.buildToolsVersion
packagingOptions {
exclude 'lib/*/libhermes*.so'
}
defaultConfig { defaultConfig {
applicationId 'org.jitsi.meet' applicationId 'org.jitsi.meet'
versionCode vcode versionCode vcode