-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
help wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Description
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"
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested