瀏覽代碼

fix(android) excludes hermes related libs from the apk

master
Titus-Andrei Moldovan 5 年之前
父節點
當前提交
c54fed78c8
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      android/app/build.gradle

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

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

Loading…
取消
儲存