Skip to content

Commit

Permalink
Update mavsdk dependencies in examples (0.5.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin authored and Jonas Vautherin committed Nov 2, 2020
1 parent 14ea94f commit 983b361
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/android-client/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ dependencies {
implementation 'com.google.android.material:material:1.2.0'
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-annotation-v9:0.9.0'
implementation 'com.mapbox.mapboxsdk:mapbox-android-sdk:9.2.0'
implementation 'io.mavsdk:mavsdk:0.4.0'
implementation 'io.mavsdk:mavsdk-server:0.4.0'
implementation 'io.mavsdk:mavsdk:0.5.1'
implementation 'io.mavsdk:mavsdk-server:0.5.0'
implementation 'org.slf4j:slf4j-api:1.7.28'

testImplementation 'junit:junit:4.13'
Expand Down
2 changes: 1 addition & 1 deletion examples/java-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ idea {
dependencies {
checkstyleClasspath 'com.puppycrawl.tools:checkstyle:8.5'

implementation 'io.mavsdk:mavsdk:0.3.1'
implementation 'io.mavsdk:mavsdk:0.5.1'

implementation 'ch.qos.logback:logback-core:1.2.3'
implementation 'ch.qos.logback:logback-classic:1.2.3'
Expand Down

0 comments on commit 983b361

Please sign in to comment.