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
|
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
|
||||||
|
|
Loading…
Reference in New Issue