File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 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 [Bintray project](https://bintray.c
84
84
** Gradle:**
85
85
86
86
``` groovy
87
- compile 'io.tus.android.client:tus-android-client:0.1.8 '
87
+ compile 'io.tus.android.client:tus-android-client:0.1.9 '
88
88
```
89
89
90
90
** Maven:**
@@ -93,7 +93,7 @@ compile 'io.tus.android.client:tus-android-client:0.1.8'
93
93
<dependency >
94
94
<groupId >io.tus.android.client</groupId >
95
95
<artifactId >tus-android-client</artifactId >
96
- <version >0.1.8 </version >
96
+ <version >0.1.9 </version >
97
97
</dependency >
98
98
```
99
99
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ android {
21
21
22
22
dependencies {
23
23
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
24
- implementation ' io.tus.java.client:tus-java-client:0.4.1 '
24
+ implementation ' io.tus.java.client:tus-java-client:0.4.2 '
25
25
testImplementation ' org.robolectric:robolectric:2.4'
26
26
testImplementation ' junit:junit:4.12'
27
27
}
You can’t perform that action at this time.
0 commit comments