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 4557ae0 commit c4121daCopy full SHA for c4121da
README.md
@@ -3,7 +3,7 @@
3
# ObjectBox Java (Kotlin, Android)
4
ObjectBox is a superfast object-oriented database with strong relation support.
5
6
-**Latest version: [1.3.4 (2017/12/07)](http://objectbox.io/changelog)**
+**Latest version: [1.4.0 (2018/01/11)](http://objectbox.io/changelog)**
7
8
Demo code using ObjectBox:
9
@@ -20,7 +20,7 @@ Add this to your root build.gradle (project level):
20
21
```groovy
22
buildscript {
23
- ext.objectboxVersion = '1.3.4'
+ ext.objectboxVersion = '1.4.0'
24
repositories {
25
maven { url "http://objectbox.net/beta-repo/" }
26
}
0 commit comments