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 cbbecbe commit ef555a4Copy full SHA for ef555a4
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.3 (2017/12/04)](http://objectbox.io/changelog)**
+**Latest version: [1.3.4 (2017/12/07)](http://objectbox.io/changelog)**
7
8
Demo code using ObjectBox:
9
@@ -17,7 +17,7 @@ Gradle setup
17
Add this to your root build.gradle (project level):
18
19
buildscript {
20
- ext.objectboxVersion = '1.3.3'
+ ext.objectboxVersion = '1.3.4'
21
repositories {
22
maven { url "http://objectbox.net/beta-repo/" }
23
}
0 commit comments