Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not resolve com.github.kongqw:AndroidSerialPort:1.0.1. #36

Open
Qcaoqp opened this issue Apr 9, 2021 · 3 comments
Open

Could not resolve com.github.kongqw:AndroidSerialPort:1.0.1. #36

Qcaoqp opened this issue Apr 9, 2021 · 3 comments

Comments

@Qcaoqp
Copy link

Qcaoqp commented Apr 9, 2021

Could not resolve com.github.kongqw:AndroidSerialPort:1.0.1.

@isilent-me
Copy link

implementation 'com.github.isilent-me:AndroidSerialPort:1.0.2'
You can use this to instead. It fix build failure on JitPack.

implementation 'com.github.isilent-me:AndroidSerialPort:1.0.3'
You also can use this. It merged some freature from other developers.

Such as:

  1. Adapt to androidx.
  2. Add support for SerialPort flags.
  3. Add sleep time when receive data.

@isilent-me
Copy link

implementation 'com.github.isilent-me:AndroidSerialPort:1.0.2'
你可以用这个来代替。它修复了在JitPack上构建失败的问题。

implementation 'com.github.isilent-me:AndroidSerialPort:1.0.3'
你也可以用这个。它合并了其他开发人员的一些新特性。

例如:

  1. 适配AndroidX
  2. 打开串口时支持flags
  3. 增加接收数据睡眠时间

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants