From 6ff679d989f3982c80b459594915308238e2a580 Mon Sep 17 00:00:00 2001 From: Sharabaddin Date: Thu, 10 Dec 2020 14:03:45 +0200 Subject: [PATCH] ez for start and fix potential problems --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b899cd9..5c1d732 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:Tag' + implementation 'com.github.mik3y:usb-serial-for-android:3.3.0' } ```