Rich Starbuck
Results
1
comments of
Rich Starbuck
Hello, Can you please try adding the following `exclude` statements to `android.packagingOptions` in your app's build.gradle: ``` exclude 'META-INF/DEPENDENCIES' exclude 'META-INF/LICENSE' exclude 'META-INF/LICENSE.txt' exclude 'META-INF/license.txt' exclude 'META-INF/NOTICE' exclude 'META-INF/NOTICE.txt' exclude...