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

Merge pull request #366 from ti777777/main

update readme
This commit is contained in:
kai-morich 2021-05-23 15:49:07 +02:00 committed by GitHub
commit c73c38ca82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ allprojects {
Add library to dependencies
```gradle
dependencies {
implementation 'com.github.mik3y:usb-serial-for-android:3.3.1'
implementation 'com.github.mik3y:usb-serial-for-android:3.4.0'
}
```