Skip to content

Commit d62eb57

Browse files
Bump to 3.7.1
1 parent 624ca1c commit d62eb57

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mavsdk_server/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ allprojects {
2626
// version. Say we set this package to be 3.6.0-2-SNAPSHOT, it means that it
2727
// corresponds to mavsdk_server 3.6.0.
2828
val mavsdk_server_release = if (!project.hasProperty("VERSION")) {
29-
"v3.6.0"
29+
"v3.7.1"
3030
} else {
3131
val versionString = project.property("VERSION").toString()
3232
val regex = Regex("v?(\\d+\\.\\d+\\.\\d+)")
@@ -103,7 +103,7 @@ android {
103103
// MAVSDK-Java package and "SNAPSHOT" optionally sets it as a SNAPSHOT.
104104
version =
105105
if (project.hasProperty("VERSION")) project.property("VERSION").toString()
106-
else "3.6.0-SNAPSHOT"
106+
else "3.7.1-SNAPSHOT"
107107

108108
ndk {
109109
abiFilters += listOf("arm64-v8a", "armeabi-v7a", "x86", "x86_64")

sdk/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ group = "io.mavsdk"
3030
// version of the proto files as MAVSDK-C++ v3.6.0.
3131
version =
3232
if (project.hasProperty("VERSION")) project.property("VERSION").toString()
33-
else "3.6.0-SNAPSHOT"
33+
else "3.7.1-SNAPSHOT"
3434

3535
val grpcVersion = "1.61.1"
3636

0 commit comments

Comments
 (0)