Skip to content

Commit 69e15af

Browse files
committed
versions bump for next release.
1 parent 05e034c commit 69e15af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ClientLib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
33
ext {
44
VERSION_MAJOR = 2
55
VERSION_MINOR = 6
6-
VERSION_PATCH = 2
6+
VERSION_PATCH = 3
77
VERSION_BUILD = 0
88

99
PUBLISH_ARTIFACT_ID = 'dronekit-android'
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<integer name="core_lib_version">20502</integer>
3+
<integer name="core_lib_version">20503</integer>
44
</resources>

ServiceApp/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
def versionMajor = 1
4343
def versionMinor = 4
4444
def versionPatch = 1
45-
def versionBuild = 0 //bump for dogfood builds, public betas, etc.
45+
def versionBuild = 1 //bump for dogfood builds, public betas, etc.
4646
def versionPrefix = "3DR Services v"
4747

4848
//Log levels values

0 commit comments

Comments
 (0)