We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454113c commit 5e83a4fCopy full SHA for 5e83a4f
ClientLib/build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
3
ext {
4
VERSION_MAJOR = 2
5
VERSION_MINOR = 6
6
- VERSION_PATCH = 0
+ VERSION_PATCH = 1
7
VERSION_BUILD = 0
8
9
PUBLISH_ARTIFACT_ID = 'dronekit-android'
ServiceApp/build.gradle
@@ -40,9 +40,9 @@ dependencies {
40
41
//Decomposed version name and code (https://plus.google.com/+JakeWharton/posts/6f5TcVPRZij)
42
def versionMajor = 1
43
-def versionMinor = 3
44
-def versionPatch = 4
45
-def versionBuild = 2 //bump for dogfood builds, public betas, etc.
+def versionMinor = 4
+def versionPatch = 0
+def versionBuild = 0 //bump for dogfood builds, public betas, etc.
46
def versionPrefix = "3DR Services v"
47
48
//Log levels values
0 commit comments