SyntaxFix
Write A Post
Hire A Developer
Questions
In my case I only need to add to project's build.gradle file:
android { packagingOptions { exclude 'META-INF/notice.txt' exclude 'META-INF/license.txt' } ... }