We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feec999 commit e7b78b4Copy full SHA for e7b78b4
ClientLib/build.gradle
@@ -4,8 +4,8 @@ apply plugin: 'com.getkeepsafe.dexcount'
4
ext {
5
VERSION_MAJOR = 3
6
VERSION_MINOR = 0
7
- VERSION_PATCH = 1
8
- VERSION_SUFFIX = "release"
+ VERSION_PATCH = 2
+ VERSION_SUFFIX = "beta1"
9
10
PUBLISH_ARTIFACT_ID = 'dronekit-android'
11
PUBLISH_VERSION = generateVersionName("", VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH, VERSION_SUFFIX)
0 commit comments