We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998889f commit 1f249baCopy full SHA for 1f249ba
README.md
@@ -3,7 +3,7 @@
3
[![Build Status][ci-master-image]][ci-master]
4
[![Download][download-image]][download]
5
6
-The Java SDK for interacting with the [Databox](https://databox.com) Push API v 2.0.
+The Java SDK for interacting with the [Databox](https://databox.com) Push API v 2.2.
7
8
## Installation
9
@@ -17,7 +17,7 @@ repositories {
17
18
dependencies {
19
...
20
- compile 'com.databox:databox-java:2.0'
+ compile 'com.databox:databox-java:2.2'
21
22
}
23
```
0 commit comments