summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2018-02-09 11:20:43 -0500
committerGitHub <noreply@github.com>2018-02-09 11:20:43 -0500
commit3266a8147f360ccf72882eb90f92a062be19f61f (patch)
treebd58ed3dc9033db5c6a5eae900a3e8c3c1266a57
parent83c28f5dcd40214fdaedd9013f9bbe60264ed319 (diff)
parent7e73b25b7c958024b7c4336f5d2506cc5c73733c (diff)
downloadsdl_android-3266a8147f360ccf72882eb90f92a062be19f61f.tar.gz
Merge pull request #678 from smartdevicelink/bugfix/issue_676
bugfix/issue_676 update readme installing instructions
-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.