kopia lustrzana https://github.com/felHR85/UsbSerial
rodzic
0593683585
commit
37e5dfccd7
|
@ -1,6 +1,10 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
Release 6.0.2
|
||||||
|
--------------------------------------
|
||||||
|
- Solved issue when disconnecting multiple serial ports.
|
||||||
|
|
||||||
Release 6.0.1
|
Release 6.0.1
|
||||||
--------------------------------------
|
--------------------------------------
|
||||||
- Internal serial buffer now uses [Okio](https://github.com/square/okio). This erases the 16kb write
|
- Internal serial buffer now uses [Okio](https://github.com/square/okio). This erases the 16kb write
|
||||||
|
|
|
@ -192,7 +192,7 @@ Then add the dependency to your module's build.gradle:
|
||||||
|
|
||||||
/app/build.gradle
|
/app/build.gradle
|
||||||
```groovy
|
```groovy
|
||||||
implementation 'com.github.felHR85:UsbSerial:6.0.1'
|
implementation 'com.github.felHR85:UsbSerial:6.0.2'
|
||||||
```
|
```
|
||||||
|
|
||||||
TO-DO
|
TO-DO
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION_NAME=6.0.1
|
VERSION_NAME=6.0.2
|
||||||
VERSION_CODE=1
|
VERSION_CODE=1
|
||||||
ANDROID_BUILD_MIN_SDK_VERSION=12
|
ANDROID_BUILD_MIN_SDK_VERSION=12
|
||||||
ANDROID_BUILD_TARGET_SDK_VERSION=27
|
ANDROID_BUILD_TARGET_SDK_VERSION=27
|
||||||
|
|
Ładowanie…
Reference in New Issue