yutils / YSerialPort

安卓串口通信app,实现读取串口数据,实现重新组包一次性读取完整数据。可连续读取任意长度数据。APK在releases里面。觉着不错的话可以 Start 一下哟!
113 stars 26 forks source link

2.1.9版本无法拉取 #2

Open Louiswang86 opened 3 years ago

Louiswang86 commented 3 years ago

image

yutils commented 3 years ago

Android studio 更新了,gradle更新到了7.0以后。gitpack就不能在线编译了。我们准备迁移到maven中心仓库。

yutils commented 3 years ago

搞定了。 注意:yserialport 大小写 主工程引入 allprojects { repositories { mavenCentral() } } 子module添加依赖,当前最新版:————> 2.1.9 dependencies { //更新地址 https://github.com/yutils/YSerialPort 建议过几天访问看下有没有新版本 implementation 'com.kotlinx:yserialport:2.1.9' }