Skip to content

Commit 8137039

Browse files
author
Julian Kast
committed
Update sdl import to use 5.+
1 parent 2f9eab7 commit 8137039

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repositories {
4242
mavenCentral()
4343
}
4444
dependencies {
45-
implementation 'com.smartdevicelink:sdl_android:5.1.1'
45+
implementation 'com.smartdevicelink:sdl_android:5.+'
4646
}
4747
```
4848

@@ -80,7 +80,7 @@ repositories {
8080
mavenCentral()
8181
}
8282
dependencies {
83-
implementation 'com.smartdevicelink:sdl_java_se:5.1.1'
83+
implementation 'com.smartdevicelink:sdl_java_se:5.+'
8484
}
8585
```
8686

@@ -99,7 +99,7 @@ repositories {
9999
mavenCentral()
100100
}
101101
dependencies {
102-
implementation 'com.smartdevicelink:sdl_java_ee:5.1.1'
102+
implementation 'com.smartdevicelink:sdl_java_ee:5.+'
103103
}
104104
```
105105

0 commit comments

Comments
 (0)