瀏覽代碼

fix packaging option

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 1 年之前
父節點
當前提交
2ff5006273
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/build.gradle

+ 1 - 0
app/build.gradle

@@ -195,6 +195,7 @@ android {
     packagingOptions {
         resources {
             excludes += 'META-INF/LICENSE*'
+            excludes += 'META-INF/versions/9/OSGI-INF/MANIFEST*'
             pickFirst 'MANIFEST.MF' // workaround for duplicated manifest on some dependencies
         }
     }