Skip to content

Commit

Permalink
Merge pull request #113 from mavlink/update-mavsdk-server-1.4.5
Browse files Browse the repository at this point in the history
Bump mavsdk-server to 1.2.2 (using c++ mavsdk_server 1.4.5)
  • Loading branch information
JonasVautherin authored Sep 14, 2022
2 parents d782736 + ed9510a commit 6475bcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For Android, `mavsdk_server` is distributed as an Android library (`aar`):
dependencies {
...
implementation 'io.mavsdk:mavsdk:1.2.0'
implementation 'io.mavsdk:mavsdk-server:1.2.1'
implementation 'io.mavsdk:mavsdk-server:1.2.2'
...
}
```
Expand Down
4 changes: 2 additions & 2 deletions mavsdk_server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ allprojects {
mavenCentral()
}

def mavsdk_server_release = "v1.4.3"
def mavsdk_server_release = "v1.4.5"

task extractMavsdkServer(type: Copy) {
mkdir project.buildDir.getAbsolutePath() + "/tmp"
Expand Down Expand Up @@ -124,7 +124,7 @@ android {
archivesBaseName = 'mavsdk-server'
group = 'io.mavsdk'
versionCode 1
version '1.2.1'
version '1.2.2'

ndk {
abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86', 'x86_64'
Expand Down

0 comments on commit 6475bcc

Please sign in to comment.