Skip to content

Commit 2f1450b

Browse files
committed
client library version bump.
1 parent 781e783 commit 2f1450b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ClientLib/build.gradle

Lines changed: 1 addition & 1 deletion
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 = 1
6+
VERSION_PATCH = 2
77
VERSION_BUILD = 0
88

99
PUBLISH_ARTIFACT_ID = 'dronekit-android'
Lines changed: 1 addition & 1 deletion
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">20500</integer>
3+
<integer name="core_lib_version">20502</integer>
44
</resources>

0 commit comments

Comments
 (0)