Skip to content

Commit a3774f2

Browse files
HeniganHenigan
authored andcommitted
Update Main README
1 parent 4c4a330 commit a3774f2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ 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

@@ -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

0 commit comments

Comments
 (0)