I am working at a commercial android application. I am also using some libraries licensed under different license types some of them stating the following:
If th
Add following into respective build.gradle file
packagingOptions { exclude 'META-INF/ASL2.0' exclude 'META-INF/LICENSE' exclude 'META-INF/NOTICE' exclude 'META-INF/NOTICE.txt' exclude 'META-INF/LICENSE.txt' exclude 'META-INF/MANIFEST.MF' }