File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tus-android-client/src/main/res/tus-android-client-version Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ The JARs can be downloaded manually from our [Maven Central Repo](https://centra
84
84
** Gradle:**
85
85
86
86
``` groovy
87
- compile 'io.tus.android.client:tus-android-client:0.1.10 '
87
+ compile 'io.tus.android.client:tus-android-client:0.1.11 '
88
88
```
89
89
90
90
** Maven:**
@@ -93,7 +93,7 @@ compile 'io.tus.android.client:tus-android-client:0.1.10'
93
93
<dependency >
94
94
<groupId >io.tus.android.client</groupId >
95
95
<artifactId >tus-android-client</artifactId >
96
- <version >0.1.10 </version >
96
+ <version >0.1.11 </version >
97
97
</dependency >
98
98
```
99
99
Original file line number Diff line number Diff line change 1
1
description =' Android client for tus, the resumable file uploading protocol.'
2
- version =' 0.1.10 '
2
+ version =' 0.1.11 '
You can’t perform that action at this time.
0 commit comments