LeandroSQ / android-ble-made-easy

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

Wrong dependencies ? #2

Closed leogala closed 3 years ago

leogala commented 3 years ago

Hi, very nice work, just a small issue I had, I might be wrong but I think that the dependencies in the documentation are wrong, adding a "v" seems solves, for example for version 1.4.0 :

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

LeandroSQ commented 3 years ago

hello there!

Thanks for your interest on the project, I appreciate it!

You are right, the readme is incorrect On the jitpack page it lists the versions with the prefix 'v'

If you want to, you can create a Pull request fixing it, just mention this issue and I will approve it

If you don't want to, no problem, I will commit the changes myself

Thanks

LeandroSQ commented 3 years ago

Fixed!