From 9f93e192ca8ccbe969ba3e2d61f72a23be2aa885 Mon Sep 17 00:00:00 2001 From: kai-morich Date: Fri, 18 Oct 2024 10:25:35 +0200 Subject: [PATCH] v3.8.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01e6a899..0a0d602c 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.8.0' + implementation 'com.github.mik3y:usb-serial-for-android:3.8.1' } ```