From a7e88827f06529c93577c8339fe9141e225f2dc8 Mon Sep 17 00:00:00 2001 From: kai-morich Date: Mon, 20 Sep 2021 21:10:53 +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 1221da9..2de29a5 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ allprojects { Add library to dependencies ```gradle dependencies { - implementation 'com.github.mik3y:usb-serial-for-android:3.4.2' + implementation 'com.github.mik3y:usb-serial-for-android:3.4.3' } ```