diff --git a/app/build.gradle b/app/build.gradle index c42412fba..f7ee4c805 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,6 +56,12 @@ android { includeAndroidResources = true } } + + packagingOptions { + // Exclude unneeded files added by libraries + exclude 'LICENSE_OFL' + exclude 'LICENSE_UNICODE' + } } ext.daggerVersion = '2.19'