Skip to content

Commit 525815e

Browse files
committed
README.md: 2.7.0
1 parent d4e4326 commit 525815e

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

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

3-
# Do you ♥️ using ObjectBox?
43
[![Follow ObjectBox on Twitter](https://img.shields.io/twitter/follow/ObjectBox_io.svg?style=flat-square&logo=twitter&color=fff)](https://twitter.com/ObjectBox_io)
54

6-
We want to [hear about your app](https://docs.google.com/forms/d/e/1FAIpQLScIYiOIThcq-AnDVoCvnZOMgxO4S-fBtDSFPQfWldJnhi2c7Q/viewform)!
7-
It will - literally - take just a minute, but help us a lot. Thank you!​ 🙏​
8-
95
# ObjectBox Java (Kotlin, Android)
106
ObjectBox is a superfast object-oriented database with strong relation support.
117
ObjectBox is embedded into your Android, Linux, macOS, or Windows app.
128

13-
**Latest version: [2.6.0 (2020/06/09)](https://docs.objectbox.io/#objectbox-changelog)**
9+
**Latest version: [2.7.0 (2020/07/30)](https://docs.objectbox.io/#objectbox-changelog)**
1410

1511
Demo code using ObjectBox:
1612

@@ -29,15 +25,15 @@ Besides JVM based languages like Java and Kotlin, ObjectBox also offers:
2925
* [ObjectBox Swift](https://github.com/objectbox/objectbox-swift): build fast mobile apps for iOS (and macOS)
3026
* [ObjectBox Dart/Flutter](https://github.com/objectbox/objectbox-dart): cross-plattform for mobile and desktop apps (beta)
3127
* [ObjectBox Go](https://github.com/objectbox/objectbox-go): great for data-driven tools and small server applications
32-
* [ObjectBox C API](https://github.com/objectbox/objectbox-c): native speed with zero copy access to FlatBuffer objects
28+
* [ObjectBox C and C++](https://github.com/objectbox/objectbox-c): native speed with zero copy access to FlatBuffer objects
3329

3430
Gradle setup
3531
------------
3632
Add this to your root build.gradle (project level):
3733

3834
```groovy
3935
buildscript {
40-
ext.objectboxVersion = '2.6.0'
36+
ext.objectboxVersion = '2.7.0'
4137
dependencies {
4238
classpath "io.objectbox:objectbox-gradle-plugin:$objectboxVersion"
4339
}
@@ -88,6 +84,8 @@ We love to get your feedback
8884
Let us know how we are doing: [2 minute questionnaire](https://docs.google.com/forms/d/e/1FAIpQLSe_fq-FlBThK_96bkHv1oEDizoHwEu_b6M4FJkMv9V5q_Or9g/viewform?usp=sf_link).
8985
Thanks!
9086

87+
Also, we want to [hear about your app](https://docs.google.com/forms/d/e/1FAIpQLScIYiOIThcq-AnDVoCvnZOMgxO4S-fBtDSFPQfWldJnhi2c7Q/viewform)!
88+
It will - literally - take just a minute, but help us a lot. Thank you!​ 🙏​
9189

9290
License
9391
-------

0 commit comments

Comments
 (0)