Skip to content

Commit

Permalink
release 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
felHR85 committed Feb 17, 2019
1 parent 0593683 commit 37e5dfc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
CHANGELOG
=========

Release 6.0.2
--------------------------------------
- Solved issue when disconnecting multiple serial ports.

Release 6.0.1
--------------------------------------
- Internal serial buffer now uses [Okio](https://github.com/square/okio). This erases the 16kb write
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.1'
implementation 'com.github.felHR85:UsbSerial:6.0.2'
```

TO-DO
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,4 +1,4 @@
VERSION_NAME=6.0.1
VERSION_NAME=6.0.2
VERSION_CODE=1
ANDROID_BUILD_MIN_SDK_VERSION=12
ANDROID_BUILD_TARGET_SDK_VERSION=27
Expand Down

0 comments on commit 37e5dfc

Please sign in to comment.