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 7f1b4ba commit e2a0f04Copy full SHA for e2a0f04
README.md
@@ -64,7 +64,7 @@ The JARs can be downloaded manually from our [Bintray project](https://bintray.c
64
**Gradle:**
65
66
```groovy
67
-compile 'io.tus.android.client:tus-android-client:0.1.0'
+compile 'io.tus.android.client:tus-android-client:0.+'
68
```
69
70
**Maven:**
@@ -73,7 +73,7 @@ compile 'io.tus.android.client:tus-android-client:0.1.0'
73
<dependency>
74
<groupId>io.tus.android.client</groupId>
75
<artifactId>tus-android-client</artifactId>
76
- <version>0.1.0</version>
+ <version>[0.1.0,1.0.0)</version>
77
</dependency>
78
79
0 commit comments