fix(android) excludes hermes related libs from the apk
This commit is contained in:
parent
3d7ea52416
commit
c54fed78c8
|
@ -16,6 +16,10 @@ android {
|
|||
compileSdkVersion rootProject.ext.compileSdkVersion
|
||||
buildToolsVersion rootProject.ext.buildToolsVersion
|
||||
|
||||
packagingOptions {
|
||||
exclude 'lib/*/libhermes*.so'
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
applicationId 'org.jitsi.meet'
|
||||
versionCode vcode
|
||||
|
|
Loading…
Reference in New Issue