From a82b53bcbcc73ed2962d7b2f899794fbcf0f401e Mon Sep 17 00:00:00 2001 From: M66B Date: Sun, 18 Oct 2020 13:25:57 +0200 Subject: [PATCH] Skip packaging org/apache data files --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index de1bb20c7b..3476013e42 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,6 +82,7 @@ android { exclude 'META-INF/COPYRIGHT.html' exclude 'META-INF/LICENSE.gpl.txt' exclude 'META-INF/LICENSE.commercial.txt' + exclude 'org/apache/**' } // https://google.github.io/android-gradle-dsl/current/com.android.build.gradle.internal.dsl.SigningConfig.html