From f8e76c9b3b58e0ae4005215d1bb2d9c4cea401d6 Mon Sep 17 00:00:00 2001 From: kai-morich Date: Sun, 17 Jul 2022 16:05:02 +0200 Subject: [PATCH] updated version in dependency example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2de29a5..c447a52 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.3' + implementation 'com.github.mik3y:usb-serial-for-android:3.4.5' } ```