File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 33# ObjectBox Java (Kotlin, Android)
44ObjectBox is a superfast object-oriented database with strong relation support.
55
6- ** Latest version: [ 1.4.1 (2018/01/23 )] ( http://objectbox.io/changelog ) **
6+ ** Latest version: [ 1.4.3 (2018/03/01 )] ( http://objectbox.io/changelog ) **
77
88Demo code using ObjectBox:
99
@@ -20,21 +20,12 @@ Add this to your root build.gradle (project level):
2020
2121``` groovy
2222buildscript {
23- ext.objectboxVersion = '1.4.1'
24- repositories {
25- maven { url "http://objectbox.net/beta-repo/" }
26- }
23+ ext.objectboxVersion = '1.4.3'
2724 dependencies {
2825 classpath "io.objectbox:objectbox-gradle-plugin:$objectboxVersion"
2926 }
3027
3128}
32-
33- allprojects {
34- repositories {
35- maven { url "http://objectbox.net/beta-repo/" }
36- }
37- }
3829```
3930
4031And this to our app's build.gradle (module level):
You can’t perform that action at this time.
0 commit comments