CopyPastor

Detecting plagiarism made easy.

Score: 0.8199935555458069; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2019-07-04
by Zachary

Original Post

Original - Posted on 2017-11-27
by Shaaban Ebrahim



            
Present in both answers; Present only in the new answer; Present only in the old answer;

Use this in your app build gradle like this -
android { packagingOptions { 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 'META-INF/notice.txt' exclude 'META-INF/ASL2.0' } }
You can add this in `yourProject/app/build.gradle` inside `android{}`


android { packagingOptions { 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 'META-INF/notice.txt' exclude 'META-INF/ASL2.0' } }

        
Present in both answers; Present only in the new answer; Present only in the old answer;