summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Kast <julian@livio.com>2021-04-28 12:30:26 -0400
committerJulian Kast <julian@livio.com>2021-04-28 12:30:26 -0400
commit8137039e98294752bcbd11c40830a4f438bfa007 (patch)
tree205afbe540a1deff0dfd0b6781b3045f3867bcc6
parent2f9eab729b30e85a16d3feca9521caba76b9c4ea (diff)
downloadsdl_android-ReadMeFix.tar.gz
Update sdl import to use 5.+ReadMeFix
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0bef96b9a..3cae50bab 100644
--- a/README.md
+++ b/README.md
@@ -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.+'
}
```