1
0
mirror of https://github.com/mik3y/usb-serial-for-android synced 2025-06-07 16:06:10 +00:00

ez for start

and fix potential problems
This commit is contained in:
Sharabaddin 2020-12-10 14:03:45 +02:00 committed by GitHub
parent 69330e9168
commit 6ff679d989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'
}
```