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 666f63b commit 867c90aCopy full SHA for 867c90a
build.gradle.kts
@@ -14,9 +14,9 @@ plugins {
14
15
buildscript {
16
// Typically, only edit those two:
17
- val objectboxVersionNumber = "3.7.0" // without "-SNAPSHOT", e.g. "2.5.0" or "2.4.0-RC"
+ val objectboxVersionNumber = "3.7.1" // 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