Skip to content

Commit

Permalink
release 6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
felHR85 committed Feb 23, 2019
1 parent 050ffb8 commit 1e6b5d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

Release 6.0.2
--------------------------------------
- VID/PID pairs are sorted and searched in a faster way.
- FTDI driver improved.

Release 6.0.2
--------------------------------------
- Solved issue when disconnecting multiple serial ports.
Expand All @@ -9,6 +14,6 @@ Release 6.0.1
--------------------------------------
- Internal serial buffer now uses [Okio](https://github.com/square/okio). This erases the 16kb write
limitation from previous versions and reduces memory footprint.
- Improved CP2102 driver and added more VID/PID pairs
- Added a [utility class for handling the common problem of split received information in some chipsets](https://github.com/felHR85/UsbSerial/blob/master/usbserial/src/main/java/com/felhr/utils/ProtocolBuffer.java)
- Improved CP2102 driver and added more VID/PID pairs.
- Added a [utility class for handling the common problem of split received information in some chipsets](https://github.com/felHR85/UsbSerial/blob/master/usbserial/src/main/java/com/felhr/utils/ProtocolBuffer.java).

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Then add the dependency to your module's build.gradle:

/app/build.gradle
```groovy
implementation 'com.github.felHR85:UsbSerial:6.0.2'
implementation 'com.github.felHR85:UsbSerial:6.0.3'
```

TO-DO
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=6.0.2
VERSION_NAME=6.0.3
VERSION_CODE=1
ANDROID_BUILD_MIN_SDK_VERSION=12
ANDROID_BUILD_TARGET_SDK_VERSION=27
Expand Down

0 comments on commit 1e6b5d3

Please sign in to comment.