Skip to content

Commit a4d9b2b

Browse files
author
Robert Henigan
authored
Merge pull request #1668 from smartdevicelink/ReadMeFix
Read me fix
2 parents 409e3e0 + 8137039 commit a4d9b2b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Contents and timing for SDL Java Suite releases can be tracked on the [GitHub Pr
2929
Additional 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://search.maven.org/artifact/com.smartdevicelink/sdl_android/5.1.0/aar)
32+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.smartdevicelink/sdl_android/badge.png)](https://maven-badges.herokuapp.com/maven-central/com.smartdevicelink/sdl_android/)
3333

3434
### Installation
3535

@@ -42,7 +42,7 @@ repositories {
4242
mavenCentral()
4343
}
4444
dependencies {
45-
implementation 'com.smartdevicelink:sdl_android:5.1.0'
45+
implementation 'com.smartdevicelink:sdl_android:5.+'
4646
}
4747
```
4848

@@ -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://search.maven.org/artifact/com.smartdevicelink/sdl_java_se/5.1.0/jar)
70+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.smartdevicelink/sdl_java_se/badge.png)](https://maven-badges.herokuapp.com/maven-central/com.smartdevicelink/sdl_java_se/)
7171

7272
The JavaSE project is meant to allow SDL compatibility for embedded applications.
7373

@@ -80,13 +80,13 @@ repositories {
8080
mavenCentral()
8181
}
8282
dependencies {
83-
implementation 'com.smartdevicelink:sdl_java_se:5.1.0'
83+
implementation 'com.smartdevicelink:sdl_java_se:5.+'
8484
}
8585
```
8686

8787
### JavaEE
8888

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)
89+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.smartdevicelink/sdl_java_ee/badge.png)](https://maven-badges.herokuapp.com/maven-central/com.smartdevicelink/sdl_java_ee/)
9090

9191
The JavaEE project is meant to allow SDL compatibility for web applications.
9292

@@ -99,7 +99,7 @@ repositories {
9999
mavenCentral()
100100
}
101101
dependencies {
102-
implementation 'com.smartdevicelink:sdl_java_ee:5.1.0'
102+
implementation 'com.smartdevicelink:sdl_java_ee:5.+'
103103
}
104104
```
105105

0 commit comments

Comments
 (0)