From a4ee5c21582b1820c960ccf14c96e8b2b9da8fa9 Mon Sep 17 00:00:00 2001 From: kai-morich Date: Mon, 13 May 2024 22:19:37 +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 8278f0bb..51d13f43 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.0' + implementation 'com.github.mik3y:usb-serial-for-android:3.7.2' } ```