From 9bd1f257739f57a9079c15cd25ea4331fb587091 Mon Sep 17 00:00:00 2001 From: kai-morich Date: Wed, 15 Mar 2023 07:32:49 +0100 Subject: [PATCH] version update in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f99779..124e801 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ dependencyResolutionManagement { Add library to dependencies ```gradle dependencies { - implementation 'com.github.mik3y:usb-serial-for-android:3.4.6' + implementation 'com.github.mik3y:usb-serial-for-android:3.5.1' } ```