diff --git a/README.md b/README.md index 9ca1f70142..1782f808b5 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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' } ``` @@ -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' } ``` diff --git a/android/README.md b/android/README.md index e6a89c85e0..822534f980 100644 --- a/android/README.md +++ b/android/README.md @@ -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' } ``` diff --git a/javaEE/javaEE/README.md b/javaEE/javaEE/README.md index 8e7c3699d6..24f921bc4f 100644 --- a/javaEE/javaEE/README.md +++ b/javaEE/javaEE/README.md @@ -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' } ``` @@ -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 \ No newline at end of file +from within the project and a JAR should be generated in the `build/libs` folder diff --git a/javaSE/javaSE/README.md b/javaSE/javaSE/README.md index e40e9ca4af..8198c8d774 100644 --- a/javaSE/javaSE/README.md +++ b/javaSE/javaSE/README.md @@ -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' } ```