Skip to content

Commit 6d97126

Browse files
committed
2.3.2
1 parent 64701dc commit 6d97126

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ObjectBox is a superfast object-oriented database with strong relation support.
55
ObjectBox is embedded into your Android, Linux, macOS, or Windows app.
66

7-
**Latest version: [2.3.1 (2019/01/08)](https://objectbox.io/changelog)**
7+
**Latest version: [2.3.2 (2019/02/04)](https://objectbox.io/changelog)**
88

99
Demo code using ObjectBox:
1010

@@ -30,7 +30,7 @@ Add this to your root build.gradle (project level):
3030

3131
```groovy
3232
buildscript {
33-
ext.objectboxVersion = '2.3.1'
33+
ext.objectboxVersion = '2.3.2'
3434
dependencies {
3535
classpath "io.objectbox:objectbox-gradle-plugin:$objectboxVersion"
3636
}

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ version = ob_version
33

44
buildscript {
55
ext {
6-
ob_version = '2.4.0-relinker-SNAPSHOT'
7-
// ob_native_version = ob_version // Be careful to diverge here; easy to forget and hard to find JNI problems
8-
ob_native_version = '2.4.0-SNAPSHOT' // Be careful to diverge here; easy to forget and hard to find JNI problems
6+
ob_version = '2.3.2'
7+
ob_native_version = ob_version // Be careful to diverge here; easy to forget and hard to find JNI problems
98
ob_expected_version = project.hasProperty('expectedVersion') ? project.property('expectedVersion') : 'UNDEFINED'
109

1110
isLinux = System.getProperty("os.name").contains("Linux")

0 commit comments

Comments
 (0)