From 80a555a189526eb1cbb48102b9d65980eeecaecb Mon Sep 17 00:00:00 2001 From: kai-morich Date: Wed, 6 Sep 2023 07:54:30 +0200 Subject: [PATCH] v3.6.0 in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6682b0e..a8dccbe3 100644 --- a/README.md +++ b/README.md @@ -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' } ``` @@ -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