Skip to content

Commit 4b8ef67

Browse files
committed
README: 1.5.0
1 parent 2a53b44 commit 4b8ef67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 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. ObjectBox is embedded into your Android, Linux, macOS, or Windows app.
55

6-
**Latest version: [1.4.4 (2018/03/08)](http://objectbox.io/changelog)**
6+
**Latest version: [1.5.0 (2018/04/17)](http://objectbox.io/changelog)**
77

88
Demo code using ObjectBox:
99

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

2121
```groovy
2222
buildscript {
23-
ext.objectboxVersion = '1.4.4'
23+
ext.objectboxVersion = '1.5.0'
2424
dependencies {
2525
classpath "io.objectbox:objectbox-gradle-plugin:$objectboxVersion"
2626
}

0 commit comments

Comments
 (0)