Skip to content

Commit 4819cf3

Browse files
committed
README.md: 2.2.0
1 parent cacd874 commit 4819cf3

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<img width="466" src="https://raw.githubusercontent.com/objectbox/objectbox-java/master/logo.png">
22

33
# ObjectBox Java (Kotlin, Android)
4-
ObjectBox is a superfast object-oriented database with strong relation support. ObjectBox is embedded into your Android, Linux, macOS, or Windows app.
4+
ObjectBox is a superfast object-oriented database with strong relation support.
5+
ObjectBox is embedded into your Android, Linux, macOS, or Windows app.
56

6-
**Latest version: [2.1.0 (2018/08/15)](https://objectbox.io/changelog)**
7+
**Latest version: [2.2.0 (2018/09/27)](https://objectbox.io/changelog)**
78

89
Demo code using ObjectBox:
910

@@ -14,13 +15,21 @@ playlist.songs.add(new Song("Lololo"));
1415
box.put(playlist);
1516
```
1617

18+
Other languages/bindings
19+
------------------------
20+
ObjectBox is a multi platform database supporting multiple language.
21+
Besides JVM based languages like Java and Kotlin, ObjectBox also offers:
22+
23+
* [ObjectBox C API](https://github.com/objectbox/objectbox-c): native speed with zero copy access to FlatBuffer objects
24+
* ObjectBox Swift: [coming soon](https://objectbox.io/ios-alpha/)
25+
1726
Gradle setup
1827
------------
1928
Add this to your root build.gradle (project level):
2029

2130
```groovy
2231
buildscript {
23-
ext.objectboxVersion = '2.1.0'
32+
ext.objectboxVersion = '2.2.0'
2433
dependencies {
2534
classpath "io.objectbox:objectbox-gradle-plugin:$objectboxVersion"
2635
}

0 commit comments

Comments
 (0)