mirror of
https://github.com/mik3y/usb-serial-for-android
synced 2025-06-09 08:56:14 +00:00
add info for building with gradle
parent
f9b91bb92a
commit
44e97074e7
@ -26,4 +26,12 @@ Do you want to use usb-serial-for-android from source with your Android project?
|
|||||||
|
|
||||||
That's it!
|
That's it!
|
||||||
|
|
||||||
|
## Developer Setup - Gradle
|
||||||
|
|
||||||
|
With a copy of the source already copied into your project directory, add the following in your `build.gradle` file:
|
||||||
|
|
||||||
|
```
|
||||||
|
dependencies {
|
||||||
|
compile project(':usb-serial-for-android:usbSerialForAndroid')
|
||||||
|
}
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user