Skip to content

Commit e2a0f04

Browse files
committed
Suggest dynamic versioning
1 parent 7f1b4ba commit e2a0f04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The JARs can be downloaded manually from our [Bintray project](https://bintray.c
6464
**Gradle:**
6565

6666
```groovy
67-
compile 'io.tus.android.client:tus-android-client:0.1.0'
67+
compile 'io.tus.android.client:tus-android-client:0.+'
6868
```
6969

7070
**Maven:**
@@ -73,7 +73,7 @@ compile 'io.tus.android.client:tus-android-client:0.1.0'
7373
<dependency>
7474
<groupId>io.tus.android.client</groupId>
7575
<artifactId>tus-android-client</artifactId>
76-
<version>0.1.0</version>
76+
<version>[0.1.0,1.0.0)</version>
7777
</dependency>
7878
```
7979

0 commit comments

Comments
 (0)