1
0
mirror of https://github.com/mik3y/usb-serial-for-android synced 2025-06-07 07:56:20 +00:00

3.7.0 in README

This commit is contained in:
kai-morich 2023-10-15 17:07:10 +02:00 committed by GitHub
parent a1709c3911
commit 880c0070cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ If using gradle kotlin use line
Add library to dependencies
```gradle
dependencies {
implementation 'com.github.mik3y:usb-serial-for-android:3.6.0'
implementation 'com.github.mik3y:usb-serial-for-android:3.7.0'
}
```