We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8ed4e commit 213b997Copy full SHA for 213b997
build.gradle
@@ -5,7 +5,7 @@ buildscript {
5
ext {
6
// Typically, only edit those two:
7
def objectboxVersionNumber = '3.0.0-alpha2' // without "-SNAPSHOT", e.g. '2.5.0' or '2.4.0-RC'
8
- def objectboxVersionRelease = false // set to true for releasing to ignore versionPostFix to avoid e.g. "-dev" versions
+ def objectboxVersionRelease = true // set to true for releasing to ignore versionPostFix to avoid e.g. "-dev" versions
9
10
// version post fix: '-<value>' or '' if not defined; e.g. used by CI to pass in branch name
11
// def versionPostFixValue = project.findProperty('versionPostFix')
0 commit comments