mirror of
https://github.com/mik3y/usb-serial-for-android
synced 2025-06-07 16:06:10 +00:00
release preparations
This commit is contained in:
parent
2bee5b930b
commit
9755a4cb87
@ -1,3 +1,6 @@
|
||||
[](https://jitpack.io/#mik3y/usb-serial-for-android)
|
||||
[](https://www.codacy.com/manual/kai-morich/usb-serial-for-android-mik3y?utm_source=github.com&utm_medium=referral&utm_content=mik3y/usb-serial-for-android&utm_campaign=Badge_Grade)
|
||||
|
||||
# usb-serial-for-android
|
||||
|
||||
This is a driver library for communication with Arduinos and other USB serial hardware on
|
||||
@ -14,7 +17,7 @@ functions for use with your own protocols.
|
||||
**1.** Add library to your project:
|
||||
|
||||
Add jitpack.io repository to your root build.gradle:
|
||||
```
|
||||
```gradle
|
||||
allprojects {
|
||||
repositories {
|
||||
...
|
||||
@ -23,7 +26,7 @@ allprojects {
|
||||
}
|
||||
```
|
||||
Add library to dependencies
|
||||
```
|
||||
```gradle
|
||||
dependencies {
|
||||
implementation 'com.github.mik3y:usb-serial-for-android:Tag'
|
||||
}
|
||||
@ -153,5 +156,5 @@ For common problems, see the
|
||||
[Troubleshooting](https://github.com/mik3y/usb-serial-for-android/wiki/Troubleshooting)
|
||||
wiki page.
|
||||
|
||||
Are you using the library? Let us know on the group and we'll add your project to
|
||||
Are you using the library? Add your project to
|
||||
[ProjectsUsingUsbSerialForAndroid](https://github.com/mik3y/usb-serial-for-android/wiki/Projects-Using-usb-serial-for-android).
|
||||
|
Loading…
x
Reference in New Issue
Block a user