summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBretty White <geekman3454@protonmail.com>2018-02-09 09:25:38 -0500
committerBretty White <geekman3454@protonmail.com>2018-02-09 09:25:38 -0500
commit4a6a4428924c6ffa60268c05a2d24db8cf9f4b6e (patch)
tree284d5c0cc258f81998808972d8b2380849f9ea08
parentae5a9b02de64b9898dfc67fffef846151bb12afc (diff)
downloadsdl_android-bugfix/issue_676.tar.gz
update readme with compile linebugfix/issue_676
-rw-r--r--README.md21
1 files changed, 20 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1af436d8f..fce3142b8 100644
--- a/README.md
+++ b/README.md
@@ -26,4 +26,23 @@ We're still working on creating documentation for each of these individual repos
You can also find some branches that have yet to be merged into this GitHub project on the GENIVI page [here](http://git.projects.genivi.org/?p=smartdevicelink_android.git;a=summary).
-For easy integration of SmartDeviceLink Android into your project using Gradle, Maven or Ivy please grab a snippet from [Bintray](https://bintray.com/smartdevicelink/sdl_android/sdl_android)
+### Installation
+
+#### Dependency Managers
+
+To compile with the a release of SDL Android, include the following in your app's `build.gradle` file,
+
+```
+repositories {
+ jcenter()
+}
+dependencies {
+ compile 'com.smartdevicelink:sdl_android:4.+'
+}
+```
+
+For Maven or Ivy snippets please look at [Bintray](https://bintray.com/smartdevicelink/sdl_android/sdl_android)
+
+#### Manually
+
+If you prefer not to use any of the aforementioned dependency managers, you can integrate SDL Android into your project manually.