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 da6359d commit 04aa534Copy full SHA for 04aa534
build.gradle
@@ -4,7 +4,7 @@ version = ob_version
4
buildscript {
5
ext {
6
// Typically, only edit those two:
7
- def objectboxVersionNumber = '2.5.2' // without "-SNAPSHOT", e.g. '2.5.0' or '2.4.0-RC'
+ def objectboxVersionNumber = '3.0.0-alpha1' // 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
9
10
// version post fix: '-<value>' or '' if not defined; e.g. used by CI to pass in branch name
0 commit comments