1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-11 16:32:53 +00:00

add info for building with gradle

shane tully
2016-05-01 18:46:38 -07:00
parent f9b91bb92a
commit 44e97074e7
+8
@@ -26,4 +26,12 @@ Do you want to use usb-serial-for-android from source with your Android project?
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')
}
```