You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding the dependency in an Android project's build.gradle file fails to download the this library's artifact/binary. It seems that Maven Repository is linking to repo.spring.io/plugins-release, which requires authentication and cannot be accessed anonymously.
Request
Would it be possible to adjust the configurations in mvrepository.com for this library so that the binaries are not hosted on repo.spring.io ???
I'm sorry this too so long to sort out. I've now published the library to Maven Central.
Change the dependency declaration
There is two breaking changes:
The maven dependency has been changed to implementation 'dev.alt236:bluetooth-le-library-android:2.0.0'
As of version 2.0.0, the library package name has been changed from uk.co.alt236.bluetoothlelib.* to dev.alt236.bluetoothlelib.*. That means you'll need to edit your imports in your code (i.e replace the uk.co.alt236 but with dev.alt236. Nothing functional has changed.
The changes above are permanent, so you'll only need to do them once.
Issue
Adding the dependency in an Android project's build.gradle file fails to download the this library's artifact/binary. It seems that Maven Repository is linking to repo.spring.io/plugins-release, which requires authentication and cannot be accessed anonymously.
Request
Would it be possible to adjust the configurations in mvrepository.com for this library so that the binaries are not hosted on
repo.spring.io
???Related information
Cannot get dependency from Maven Repository
Coordinates for the artifact
Bintray has been sunset
The text was updated successfully, but these errors were encountered: