LeandroSQ / android-ble-made-easy

An Android Library for handling Bluetooth Low Energy on Android Easy
MIT License
88 stars 29 forks source link

Possible issue/bug with new versions of Android Studio. #28

Closed fcesc closed 1 year ago

fcesc commented 1 year ago

Hello,

I think there is an issue/bug with Android Studio new versions. When you add the implementations line:

implementation 'com.github.LeandroSQ:android-ble-made-easy:1.8.0'

you get this error:

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

Execution failed for task ':app:mergeDebugJavaResource'.

A failure occurred while executing com.android.build.gradle.internal.tasks.MergeJavaResWorkAction 2 files found with path 'META-INF/NOTICE.md' from inputs:

LeandroSQ commented 1 year ago

Thank you for your detailed report, we will be tracking this issue on #27

LeandroSQ commented 1 year ago

I have added a comment there, with a possible solution, would you be able to try it? Thank you!