From 76f0260a55d2a39dd118b85fb18b91227d4fc499 Mon Sep 17 00:00:00 2001 From: kai-morich Date: Thu, 1 Jul 2021 18:33:07 +0200 Subject: [PATCH] Update version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb83b735..c24e34d2 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.0' + implementation 'com.github.mik3y:usb-serial-for-android:3.4.1' } ```