diff options
| author | Bilal Alsharifi <bilal.alsharifi@gmail.com> | 2020-08-17 13:19:59 -0400 |
|---|---|---|
| committer | Bilal Alsharifi <bilal.alsharifi@gmail.com> | 2020-08-17 13:19:59 -0400 |
| commit | 0abd2e7a6df891e0207dacb230f0f553a86704b3 (patch) | |
| tree | b34d7a353080703b54a768a492de3e0089929b3c | |
| parent | 68b9e47af491c9c1bc06ff80dee8b25aa16c1822 (diff) | |
| download | sdl_android-feature/fix_java_lines.tar.gz | |
Fix JavaEE & JavaSE versions in READMEfeature/fix_java_lines
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -66,7 +66,7 @@ Developers using Proguard to shrink and obfuscate their code should be sure to i ### JavaSE -[  ](https://bintray.com/smartdevicelink/sdl_java_se/sdl_java_se/_latestVersion) +[  ](https://bintray.com/smartdevicelink/sdl_java_se/sdl_javase/_latestVersion) The JavaSE project is meant to allow SDL compatibility for embedded applications. @@ -85,7 +85,7 @@ dependencies { ### JavaEE -[  ](https://bintray.com/smartdevicelink/sdl_java_ee/sdl_java_ee/_latestVersion) +[  ](https://bintray.com/smartdevicelink/sdl_java_ee/sdl_javaee/_latestVersion) The JavaEE project is meant to allow SDL compatibility for web applications. |
