diff --git a/app/build.gradle b/app/build.gradle index c42412fb..f7ee4c80 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'