From 92bea4c01af66dade2a61a15440db59123f32059 Mon Sep 17 00:00:00 2001 From: kai-morich Date: Sat, 23 May 2026 10:47:14 +0200 Subject: [PATCH] update version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0ff2cc..e98603b 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.9.0' + implementation 'com.github.mik3y:usb-serial-for-android:3.10.0' } ```