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

Update README.md

This commit is contained in:
kai-morich 2024-06-02 15:09:07 +02:00 committed by GitHub
parent b6e1833270
commit 275590027b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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