Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ The official MAVSDK client for Swift. This cross-platform gRPC library communica
Add the following to your Package.swift dependencies:
```
dependencies: [
.package(url: "https://github.com/mavlink/Mavsdk", from: "0.11.0"),
.package(url: "https://github.com/mavlink/Mavsdk", from: "0.12.0"),
],
```
And add each product within each target as needed (`MavsdkServer` may be optional):

0 comments on commit 4220216

Please sign in to comment.