Skip to content

Commit

Permalink
mavsdk_server: bump to v2.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Sep 17, 2024
1 parent 14259de commit 9391dd0
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:2.1.0'
implementation 'io.mavsdk:mavsdk-server:2.1.0'
implementation 'io.mavsdk:mavsdk-server:2.1.1'
...
}
```
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 = "v2.12.2"
def mavsdk_server_release = "v2.12.6"

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 3
version '2.1.0'
version '2.1.1'

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

0 comments on commit 9391dd0

Please sign in to comment.