summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2018-06-21 10:21:24 -0400
committerJoey Grover <joeygrover@gmail.com>2018-06-21 10:21:24 -0400
commit9fe43d5e319c8d1dc49b2b91e08d785e55b180b1 (patch)
treea645e03c0cdff07aea361179b10215c1e1091bf0 /README.md
parentaa5b71be370fa850b0b09c5e9c1e34b2ccd7ca78 (diff)
downloadsdl_android-9fe43d5e319c8d1dc49b2b91e08d785e55b180b1.tar.gz
Updated README and CHANGELOG
commit 29e69ee0d04abbd3030f03bf8e603dc0a19af614 Author: Joey Grover <joeygrover@gmail.com> Date: Thu Jun 21 10:19:33 2018 -0400 Fix typos in changelog update commit c0c8802bfa7fc5584df776258dd219afeadb5589 Author: Joey Grover <joeygrover@gmail.com> Date: Thu Jun 21 10:12:29 2018 -0400 Update README commit c7cfa78e6b3cc48b174cf2cb124e5ca05de893e7 Author: Joey Grover <joeygrover@gmail.com> Date: Wed Jun 20 15:36:22 2018 -0400 Update CHANGELOG for 4.6.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 74b1694a9..40af30779 100644
--- a/README.md
+++ b/README.md
@@ -30,14 +30,14 @@ You can also find some branches that have yet to be merged into this GitHub proj
#### Dependency Managers
-To compile with the a release of SDL Android, include the following in your app's `build.gradle` file,
+To compile with the latest release of SDL Android, include the following in your app's `build.gradle` file,
```
repositories {
jcenter()
}
dependencies {
- compile 'com.smartdevicelink:sdl_android:4.+'
+ implementation 'com.smartdevicelink:sdl_android:4.+'
}
```