Skip to content

Commit

Permalink
v3.6.0 in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-morich authored Sep 6, 2023
1 parent 34e6d98 commit 80a555a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencyResolutionManagement {
Add library to dependencies
```gradle
dependencies {
implementation 'com.github.mik3y:usb-serial-for-android:3.5.1'
implementation 'com.github.mik3y:usb-serial-for-android:3.6.0'
}
```

Expand Down Expand Up @@ -153,6 +153,7 @@ This library supports USB to serial converter chips:
* Prolific PL2303
* Silabs CP2102 and all other CP210x
* Qinheng CH340, CH341A, CH9102
* GsmModem devices, e.g. for Unisoc based Fibocom GSM modems

and devices implementing the CDC/ACM protocol like
* Arduino using ATmega32U4
Expand Down

0 comments on commit 80a555a

Please sign in to comment.