From 275590027b6fbdeffe3ff9293b49594a56c53418 Mon Sep 17 00:00:00 2001 From: kai-morich Date: Sun, 2 Jun 2024 15:09:07 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51d13f43..d7988ccc 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.7.2' + implementation 'com.github.mik3y:usb-serial-for-android:3.7.3' } ```