From 25b5f28a8d250e37f1a32303f4754348979032d3 Mon Sep 17 00:00:00 2001 From: ti777777 Date: Sun, 23 May 2021 17:41:33 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8959fed2..cb83b735 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.3.1' + implementation 'com.github.mik3y:usb-serial-for-android:3.4.0' } ```