From 880c0070cb1fb62d602ed21bed0f8e2981ed68ec Mon Sep 17 00:00:00 2001 From: kai-morich Date: Sun, 15 Oct 2023 17:07:10 +0200 Subject: [PATCH] 3.7.0 in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49cf09b..8278f0b 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.6.0' + implementation 'com.github.mik3y:usb-serial-for-android:3.7.0' } ```