Skip to content

Commit e0334cd

Browse files
committed
Revert "README.md: 1.4.5" (broken, better stay with 1.4.4)
This reverts commit deddf5c
1 parent deddf5c commit e0334cd

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.5 (2018/03/11](http://objectbox.io/changelog)**
6+
**Latest version: [1.4.4 (2018/03/08)](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.5'
23+
ext.objectboxVersion = '1.4.4'
2424
dependencies {
2525
classpath "io.objectbox:objectbox-gradle-plugin:$objectboxVersion"
2626
}

0 commit comments

Comments
 (0)