Skip to content

Commit

Permalink
Merge pull request #167 from Sefibrah/main
Browse files Browse the repository at this point in the history
Update `mavsdk_server_release` from `v2.1.0` to `v2.12.2`
  • Loading branch information
julianoes authored Jun 25, 2024
2 parents 9e1a149 + ed6045d commit ef48590
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mavsdk_server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.0.2'
classpath 'com.android.tools.build:gradle:8.2.2'
}
}

Expand All @@ -19,7 +19,7 @@ allprojects {
mavenCentral()
}

def mavsdk_server_release = "v2.1.0"
def mavsdk_server_release = "v2.12.2"

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 2
version '2.0.0'
version '2.0.1'

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

0 comments on commit ef48590

Please sign in to comment.