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 b8de83b commit 2f4a713Copy full SHA for 2f4a713
README.md
@@ -84,7 +84,7 @@ The JARs can be downloaded manually from our [Bintray project](https://bintray.c
84
**Gradle:**
85
86
```groovy
87
-compile 'io.tus.android.client:tus-android-client:0.1.6'
+compile 'io.tus.android.client:tus-android-client:0.1.7'
88
```
89
90
**Maven:**
@@ -93,7 +93,7 @@ compile 'io.tus.android.client:tus-android-client:0.1.6'
93
<dependency>
94
<groupId>io.tus.android.client</groupId>
95
<artifactId>tus-android-client</artifactId>
96
- <version>0.1.6</version>
+ <version>0.1.7</version>
97
</dependency>
98
99
0 commit comments