Skip to content

Commit 3584ed6

Browse files
committed
version bump for release 1.5.1
1 parent f5a0723 commit 3584ed6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ClientLib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ext {
44
VERSION_MAJOR = 2
55
VERSION_MINOR = 8
66
VERSION_PATCH = 0
7-
VERSION_SUFFIX = "beta8"
7+
VERSION_SUFFIX = "release"
88

99
PUBLISH_ARTIFACT_ID = 'dronekit-android'
1010
PUBLISH_VERSION = generateVersionName("", VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH, VERSION_SUFFIX)

ServiceApp/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
def versionMajor = 1
4141
def versionMinor = 5
4242
def versionPatch = 1
43-
def versionBuild = 11 //bump for dogfood builds, public betas, etc.
43+
def versionBuild = 12 //bump for dogfood builds, public betas, etc.
4444
def versionPrefix = "3DR Services v"
4545

4646
//Log levels values

0 commit comments

Comments
 (0)