We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f2507 commit 8615389Copy full SHA for 8615389
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.5'
+compile 'io.tus.android.client:tus-android-client:0.1.6'
88
```
89
90
**Maven:**
@@ -93,7 +93,7 @@ compile 'io.tus.android.client:tus-android-client:0.1.5'
93
<dependency>
94
<groupId>io.tus.android.client</groupId>
95
<artifactId>tus-android-client</artifactId>
96
- <version>0.1.5</version>
+ <version>0.1.6</version>
97
</dependency>
98
99
0 commit comments