summaryrefslogtreecommitdiff
path: root/javaEE
diff options
context:
space:
mode:
authorHenigan <rheniga1@MGC12Z921DLVCG.fbpld77.ford.com>2021-04-13 14:47:52 -0400
committerHenigan <rheniga1@MGC12Z921DLVCG.fbpld77.ford.com>2021-04-13 14:47:52 -0400
commit4c4a330a29479acffbdcf411d6d968b479ee7dd4 (patch)
tree55868a162afb5ac9d9112fa6f2a9eb9938dd3128 /javaEE
parente6e61be79c0b31b55d8359c1b7342b7747f684d3 (diff)
downloadsdl_android-4c4a330a29479acffbdcf411d6d968b479ee7dd4.tar.gz
Update READMEs for mavenCentral
Diffstat (limited to 'javaEE')
-rw-r--r--javaEE/javaEE/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/javaEE/javaEE/README.md b/javaEE/javaEE/README.md
index 8e7c3699d..24f921bc4 100644
--- a/javaEE/javaEE/README.md
+++ b/javaEE/javaEE/README.md
@@ -8,10 +8,10 @@ To compile with the latest release of SDL JavaSE, include the following in your
```sh
repositories {
- jcenter()
+ mavenCentral()
}
dependencies {
- implementation 'com.smartdevicelink:sdl_java_se:4.+'
+ implementation 'com.smartdevicelink:sdl_java_se:5.1.0'
}
```
@@ -22,4 +22,4 @@ If you prefer making a JAR, simply call:
```sh
gradle build
```
-from within the project and a JAR should be generated in the `build/libs` folder \ No newline at end of file
+from within the project and a JAR should be generated in the `build/libs` folder