Skip to content

Commit 4c4a330

Browse files
HeniganHenigan
authored andcommitted
Update READMEs for mavenCentral
1 parent e6e61be commit 4c4a330

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

android/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ To compile with the latest release of SDL Android, include the following in your
1010

1111
```
1212
repositories {
13-
jcenter()
13+
mavenCentral()
1414
}
1515
dependencies {
16-
implementation 'com.smartdevicelink:sdl_android:4.+'
16+
implementation 'com.smartdevicelink:sdl_android:5.1.0'
1717
}
1818
```
1919

javaEE/javaEE/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ To compile with the latest release of SDL JavaSE, include the following in your
88

99
```sh
1010
repositories {
11-
jcenter()
11+
mavenCentral()
1212
}
1313
dependencies {
14-
implementation 'com.smartdevicelink:sdl_java_se:4.+'
14+
implementation 'com.smartdevicelink:sdl_java_se:5.1.0'
1515
}
1616
```
1717

@@ -22,4 +22,4 @@ If you prefer making a JAR, simply call:
2222
```sh
2323
gradle build
2424
```
25-
from within the project and a JAR should be generated in the `build/libs` folder
25+
from within the project and a JAR should be generated in the `build/libs` folder

javaSE/javaSE/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ To compile with the latest release of SDL JavaSE, include the following in your
88

99
```sh
1010
repositories {
11-
jcenter()
11+
mavenCentral()
1212
}
1313
dependencies {
14-
implementation 'com.smartdevicelink:sdl_java_se:4.+'
14+
implementation 'com.smartdevicelink:sdl_java_se:5.1.0'
1515
}
1616
```
1717

0 commit comments

Comments
 (0)