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

version update

This commit is contained in:
kai-morich 2021-08-05 17:09:05 +02:00 committed by GitHub
parent 18e300efa3
commit cd83951bd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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