From 16d84116a03880a7842a9439b83f5f62ac892df2 Mon Sep 17 00:00:00 2001 From: kai-morich Date: Sat, 18 Jul 2026 17:37:14 +0200 Subject: [PATCH] Update library version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fc68ac..8967841 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ If using gradle kotlin use line Add library to dependencies ```gradle dependencies { - implementation 'com.github.mik3y:usb-serial-for-android:3.10.0' + implementation 'com.github.mik3y:usb-serial-for-android:3.11.0' } ```