@@ -29,7 +29,7 @@ Contents and timing for SDL Java Suite releases can be tracked on the [GitHub Pr
2929Additional information about recent and upcoming SDL Releases can be found in the [ SDL Evolution README] ( https://github.com/smartdevicelink/sdl_evolution#recent-and-upcoming-releases ) .
3030
3131## SmartDeviceLink Android
32- [ ![ Download Android] ( https://api.bintray.com/packages/smartdevicelink/sdl_android/sdl_android/images/download.svg ) ] ( https://bintray.com/ smartdevicelink/sdl_android/sdl_android/_latestVersion )
32+ [ ![ Download Android] ( https://api.bintray.com/packages/smartdevicelink/sdl_android/sdl_android/images/download.svg ) ] ( https://search.maven.org/artifact/com. smartdevicelink/sdl_android/5.1.0/aar )
3333
3434### Installation
3535
@@ -39,14 +39,14 @@ To compile with the latest release of SDL Android, include the following in your
3939
4040``` sh
4141repositories {
42- jcenter ()
42+ mavenCentral ()
4343}
4444dependencies {
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
@@ -67,7 +67,7 @@ Developers using Proguard to shrink and obfuscate their code should be sure to i
6767
6868### JavaSE
6969
70- [ ![ Download JavaSE] ( https://api.bintray.com/packages/smartdevicelink/sdl_java_se/sdl_javase/images/download.svg ) ] ( https://bintray.com/ smartdevicelink/sdl_java_se/sdl_javase/_latestVersion )
70+ [ ![ Download JavaSE] ( https://api.bintray.com/packages/smartdevicelink/sdl_java_se/sdl_javase/images/download.svg ) ] ( https://search.maven.org/artifact/com. smartdevicelink/sdl_java_se/5.1.0/jar )
7171
7272The JavaSE project is meant to allow SDL compatibility for embedded applications.
7373
@@ -77,16 +77,16 @@ To compile with the latest release of SDL JavaSE, include the following in your
7777
7878``` sh
7979repositories {
80- jcenter ()
80+ mavenCentral ()
8181}
8282dependencies {
83- implementation ' com.smartdevicelink:sdl_java_se:4.+ '
83+ implementation ' com.smartdevicelink:sdl_java_se:5.1.0 '
8484}
8585```
8686
8787### JavaEE
8888
89- [ ![ Download JavaEE] ( https://api.bintray.com/packages/smartdevicelink/sdl_java_ee/sdl_javaee/images/download.svg ) ] ( https://bintray.com/ smartdevicelink/sdl_java_ee/sdl_javaee/_latestVersion )
89+ [ ![ Download JavaEE] ( https://api.bintray.com/packages/smartdevicelink/sdl_java_ee/sdl_javaee/images/download.svg ) ] ( https://search.maven.org/artifact/com. smartdevicelink/sdl_java_ee/5.1.0/jar )
9090
9191The JavaEE project is meant to allow SDL compatibility for web applications.
9292
@@ -96,10 +96,10 @@ To compile with the latest release of SDL JavaEE, include the following in your
9696
9797``` sh
9898repositories {
99- jcenter ()
99+ mavenCentral ()
100100}
101101dependencies {
102- implementation ' com.smartdevicelink:sdl_java_ee:4.+ '
102+ implementation ' com.smartdevicelink:sdl_java_ee:5.1.0 '
103103}
104104```
105105
0 commit comments