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 6d6a50e commit 2e3d0d0Copy full SHA for 2e3d0d0
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.2.0-RC (2017/10/25)](http://objectbox.io/changelog)**
+**Latest version: [1.2.0 (2017/10/31)](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.2.0-RC'
+ ext.objectboxVersion = '1.2.0'
21
repositories {
22
maven { url "http://objectbox.net/beta-repo/" }
23
}
0 commit comments