diff --git a/Building-From-Source.md b/Building-From-Source.md index 3f40b9b..2c6a4cd 100644 --- a/Building-From-Source.md +++ b/Building-From-Source.md @@ -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') +} +```