1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-11 08:22:52 +00:00

Update library version in README

This commit is contained in:
kai-morich
2026-07-18 17:37:14 +02:00
committed by GitHub
parent 8e694372de
commit 16d84116a0
+1 -1
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.10.0' implementation 'com.github.mik3y:usb-serial-for-android:3.11.0'
} }
``` ```