Skip to content

Commit 1df25f6

Browse files
committed
README.md: 1.4.3
1 parent f042ad2 commit 1df25f6

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ObjectBox Java (Kotlin, Android)
44
ObjectBox 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

88
Demo code using ObjectBox:
99

@@ -20,21 +20,12 @@ Add this to your root build.gradle (project level):
2020

2121
```groovy
2222
buildscript {
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

4031
And this to our app's build.gradle (module level):

0 commit comments

Comments
 (0)