Skip to content

Commit e9f44e6

Browse files
Merge pull request #1657 from smartdevicelink/updateREADMEs
Update readmes for mavenCentral
2 parents 848ffe9 + 64c5e8a commit e9f44e6

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

README.md

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

4040
```sh
4141
repositories {
42-
jcenter()
42+
mavenCentral()
4343
}
4444
dependencies {
45-
implementation 'com.smartdevicelink:sdl_android:4.+'
45+
implementation 'com.smartdevicelink:sdl_android:5.1.0'
4646
}
4747
```
4848

49-
For Maven or Ivy snippets please look at [Bintray](https://bintray.com/smartdevicelink/sdl_android/sdl_android)
49+
For Maven or Ivy snippets please look at [Maven Central](https://search.maven.org/artifact/com.smartdevicelink/sdl_android)
5050

5151
#### Manually
5252

@@ -77,10 +77,10 @@ To compile with the latest release of SDL JavaSE, include the following in your
7777

7878
```sh
7979
repositories {
80-
jcenter()
80+
mavenCentral()
8181
}
8282
dependencies {
83-
implementation 'com.smartdevicelink:sdl_java_se:4.+'
83+
implementation 'com.smartdevicelink:sdl_java_se:5.1.0'
8484
}
8585
```
8686

@@ -96,10 +96,10 @@ To compile with the latest release of SDL JavaEE, include the following in your
9696

9797
```sh
9898
repositories {
99-
jcenter()
99+
mavenCentral()
100100
}
101101
dependencies {
102-
implementation 'com.smartdevicelink:sdl_java_ee:4.+'
102+
implementation 'com.smartdevicelink:sdl_java_ee:5.1.0'
103103
}
104104
```
105105

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)