We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781e783 commit 2f1450bCopy full SHA for 2f1450b
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 = 1
+ VERSION_PATCH = 2
7
VERSION_BUILD = 0
8
9
PUBLISH_ARTIFACT_ID = 'dronekit-android'
ClientLib/src/main/res/values/version.xml
@@ -1,4 +1,4 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<resources>
- <integer name="core_lib_version">20500</integer>
+ <integer name="core_lib_version">20502</integer>
</resources>
0 commit comments