From 963ae1d2432d4003563e019592cee70331872280 Mon Sep 17 00:00:00 2001 From: kai-morich Date: Fri, 22 Jul 2022 08:03:51 +0200 Subject: [PATCH] version update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c447a52..21934ac 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.5' + implementation 'com.github.mik3y:usb-serial-for-android:3.4.6' } ```