From 44e97074e701b05676cdc2e9fbaffe82aa058a22 Mon Sep 17 00:00:00 2001 From: shane tully Date: Sun, 1 May 2016 18:46:38 -0700 Subject: [PATCH] add info for building with gradle --- Building-From-Source.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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') +} +```