summaryrefslogtreecommitdiff
path: root/javaEE/javaEE/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'javaEE/javaEE/README.md')
-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