Skip to content

Commit

Permalink
Update READMEs to point to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Mar 29, 2021
1 parent f4427ce commit 366a77a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MAVSDK-Java is distributed through MavenCentral, meaning that it can be imported
```
dependencies {
...
implementation 'io.mavsdk:mavsdk:0.6.0'
implementation 'io.mavsdk:mavsdk:0.8.0'
...
}
```
Expand All @@ -29,8 +29,8 @@ For Android, `mavsdk_server` is distributed as an Android library (`aar`):
```
dependencies {
...
implementation 'io.mavsdk:mavsdk:0.6.0'
implementation 'io.mavsdk:mavsdk-server:0.6.0'
implementation 'io.mavsdk:mavsdk:0.8.0'
implementation 'io.mavsdk:mavsdk-server:0.8.0'
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Because it is deployed on Maven Central, adding MAVSDK-Java to your project is a

```groovy
dependencies {
implementation 'io.mavsdk:mavsdk:0.7.0'
implementation 'io.mavsdk:mavsdk:0.8.0'
}
```

Expand Down

0 comments on commit 366a77a

Please sign in to comment.