Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ To compile with the latest release of SDL Android, include the following in your

```sh
repositories {
jcenter()
mavenCentral()
}
dependencies {
implementation 'com.smartdevicelink:sdl_android:4.+'
implementation 'com.smartdevicelink:sdl_android:5.1.0'
}
```

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

#### Manually

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

```sh
repositories {
jcenter()
mavenCentral()
}
dependencies {
implementation 'com.smartdevicelink:sdl_java_se:4.+'
implementation 'com.smartdevicelink:sdl_java_se:5.1.0'
}
```

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

```sh
repositories {
jcenter()
mavenCentral()
}
dependencies {
implementation 'com.smartdevicelink:sdl_java_ee:4.+'
implementation 'com.smartdevicelink:sdl_java_ee:5.1.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ To compile with the latest release of SDL Android, include the following in your

```
repositories {
jcenter()
mavenCentral()
}
dependencies {
implementation 'com.smartdevicelink:sdl_android:4.+'
implementation 'com.smartdevicelink:sdl_android:5.1.0'
}
```

Expand Down
6 changes: 3 additions & 3 deletions javaEE/javaEE/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ To compile with the latest release of SDL JavaSE, include the following in your

```sh
repositories {
jcenter()
mavenCentral()
}
dependencies {
implementation 'com.smartdevicelink:sdl_java_se:4.+'
implementation 'com.smartdevicelink:sdl_java_se:5.1.0'
}
```

Expand All @@ -22,4 +22,4 @@ If you prefer making a JAR, simply call:
```sh
gradle build
```
from within the project and a JAR should be generated in the `build/libs` folder
from within the project and a JAR should be generated in the `build/libs` folder
4 changes: 2 additions & 2 deletions javaSE/javaSE/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ To compile with the latest release of SDL JavaSE, include the following in your

```sh
repositories {
jcenter()
mavenCentral()
}
dependencies {
implementation 'com.smartdevicelink:sdl_java_se:4.+'
implementation 'com.smartdevicelink:sdl_java_se:5.1.0'
}
```

Expand Down