Answers for "gradle packagingOptions location in android studio bumblebee"

0

gradle packagingOptions location in android studio bumblebee

android {
    ...

    packagingOptions {
        exclude 'META-INF/DEPENDENCIES.txt'
        exclude 'META-INF/LICENSE.txt'
        exclude 'META-INF/NOTICE.txt'
        exclude 'META-INF/NOTICE'
        exclude 'META-INF/LICENSE'
        exclude 'META-INF/DEPENDENCIES'
        exclude 'META-INF/notice.txt'
        exclude 'META-INF/license.txt'
        exclude 'META-INF/dependencies.txt'
        exclude 'META-INF/LGPL2.1'
    }      
}
Posted by: Guest on April-07-2022

Code answers related to "gradle packagingOptions location in android studio bumblebee"

Browse Popular Code Answers by Language