omaraflak / Bluetooth-Library

Bluetooth client library for Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No longer can use bluetooth.getSocket() in version 1.3.1

godofrayer opened this issue · comments

I cannot use bluetooth.getSocket() in version 1.3.1, but in version 1.2.4 I can use it. How can I get the bluetooth socket in version 1.3.1?

I removed it indeed in some version in between 1.2.4 and 1.3.1.
If you really need it, I can add the method and push on git, but it's not enough to push a new version on jcenter/maven.

Hi @godofrayer, I added this feature in the new version. You can start using it now :

implementation 'me.aflak.libraries:bluetooth:1.3.2'