AltBeacon / android-beacon-library

Allows Android apps to interact with BLE beacons
Apache License 2.0
2.83k stars 834 forks source link

Remove unneeded android material dependency, accidentally added in 2.18 #1049

Closed davidgyoung closed 2 years ago

davidgyoung commented 2 years ago

This removes an unneeded declared dependency accidentally added in the 2.18 release when build scripts were reworked to publish to Maven Central rather than JCenter.

The binary aar artifact does not include the incorrectly declared dependency com.google.android.material:material:1.3.0, so there is no practical impact on apps using library versions 2.18.x and 2.19 with this declaration.

The only impact is that maven inaccurately reports this declared dependency in android-beacon-library-2.19.pom as reported in #1048. Please ignore that declared dependency until this is corrected in the next release.