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 d188318 commit 95ebdb1Copy full SHA for 95ebdb1
build.gradle.kts
@@ -7,9 +7,9 @@
7
8
buildscript {
9
// Typically, only edit those two:
10
- val objectboxVersionNumber = "3.5.0" // without "-SNAPSHOT", e.g. "2.5.0" or "2.4.0-RC"
+ val objectboxVersionNumber = "3.5.1" // without "-SNAPSHOT", e.g. "2.5.0" or "2.4.0-RC"
11
val objectboxVersionRelease =
12
- 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
13
14
// version post fix: "-<value>" or "" if not defined; e.g. used by CI to pass in branch name
15
val versionPostFixValue = project.findProperty("versionPostFix")
0 commit comments