浏览代码

fix(android) excludes hermes related libs from the apk

j8
Titus-Andrei Moldovan 5 年前
父节点
当前提交
c54fed78c8
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      android/app/build.gradle

+ 4
- 0
android/app/build.gradle 查看文件

16
     compileSdkVersion rootProject.ext.compileSdkVersion
16
     compileSdkVersion rootProject.ext.compileSdkVersion
17
     buildToolsVersion rootProject.ext.buildToolsVersion
17
     buildToolsVersion rootProject.ext.buildToolsVersion
18
 
18
 
19
+    packagingOptions {
20
+        exclude 'lib/*/libhermes*.so'
21
+    }
22
+
19
     defaultConfig {
23
     defaultConfig {
20
         applicationId 'org.jitsi.meet'
24
         applicationId 'org.jitsi.meet'
21
         versionCode vcode
25
         versionCode vcode

正在加载...
取消
保存