1
0
mirror of https://github.com/mik3y/usb-serial-for-android synced 2025-07-22 01:15:45 +00:00

version update in README

This commit is contained in:
kai-morich 2023-03-15 07:32:49 +01:00
parent 083b9ae7fe
commit 9bd1f25773

View File

@ -40,7 +40,7 @@ dependencyResolutionManagement {
Add library to dependencies Add library to dependencies
```gradle ```gradle
dependencies { dependencies {
implementation 'com.github.mik3y:usb-serial-for-android:3.4.6' implementation 'com.github.mik3y:usb-serial-for-android:3.5.1'
} }
``` ```