Skip to content

2 files found with path 'META-INF/NOTICE.md' #48

@black

Description

@black

I have just this library to build in my blank Android project and I get the following error upon building

2 files found with path 'META-INF/NOTICE.md'.
Adding a packaging block may help, please refer to
https://developer.android.com/reference/tools/gradle-api/8.5/com/android/build/api/dsl/Packaging
for more information

My Gradle file

namespace = "com.experiment.bletest"
compileSdk = 34

defaultConfig {
    applicationId = "com.experiment.bletest"
    minSdk = 24
    targetSdk = 34
    versionCode = 1
    versionName = "1.0"

    testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is neededquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions