diff options
| author | Julian Kast <julian@livio.com> | 2021-04-28 12:30:26 -0400 |
|---|---|---|
| committer | Julian Kast <julian@livio.com> | 2021-04-28 12:30:26 -0400 |
| commit | 8137039e98294752bcbd11c40830a4f438bfa007 (patch) | |
| tree | 205afbe540a1deff0dfd0b6781b3045f3867bcc6 | |
| parent | 2f9eab729b30e85a16d3feca9521caba76b9c4ea (diff) | |
| download | sdl_android-ReadMeFix.tar.gz | |
Update sdl import to use 5.+ReadMeFix
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -42,7 +42,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.smartdevicelink:sdl_android:5.1.1' + implementation 'com.smartdevicelink:sdl_android:5.+' } ``` @@ -80,7 +80,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.smartdevicelink:sdl_java_se:5.1.1' + implementation 'com.smartdevicelink:sdl_java_se:5.+' } ``` @@ -99,7 +99,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.smartdevicelink:sdl_java_ee:5.1.1' + implementation 'com.smartdevicelink:sdl_java_ee:5.+' } ``` |
