소스 검색

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…
취소
저장