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 3f68678 commit 85886e5Copy full SHA for 85886e5
build.gradle.kts
@@ -1,8 +1,8 @@
1
buildscript {
2
// Typically, only edit those two:
3
- val objectboxVersionNumber = "3.4.0" // without "-SNAPSHOT", e.g. "2.5.0" or "2.4.0-RC"
+ val objectboxVersionNumber = "3.4.1" // without "-SNAPSHOT", e.g. "2.5.0" or "2.4.0-RC"
4
val objectboxVersionRelease =
5
- 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
6
7
// version post fix: "-<value>" or "" if not defined; e.g. used by CI to pass in branch name
8
val versionPostFixValue = project.findProperty("versionPostFix")
0 commit comments