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 6d65a6a commit 5e10e95Copy full SHA for 5e10e95
build.gradle.kts
@@ -14,9 +14,9 @@ plugins {
14
15
buildscript {
16
// To publish a release, typically, only edit those two:
17
- val objectboxVersionNumber = "4.0.2" // without "-SNAPSHOT", e.g. "2.5.0" or "2.4.0-RC"
+ val objectboxVersionNumber = "4.0.3" // without "-SNAPSHOT", e.g. "2.5.0" or "2.4.0-RC"
18
val objectboxVersionRelease =
19
- true // set to true for releasing to ignore versionPostFix to avoid e.g. "-dev" versions
+ false // set to true for releasing to ignore versionPostFix to avoid e.g. "-dev" versions
20
21
// version post fix: "-<value>" or "" if not defined; e.g. used by CI to pass in branch name
22
val versionPostFixValue = project.findProperty("versionPostFix")
0 commit comments