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
8484** Gradle:**
8585
8686``` 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 '
8888```
8989
9090** Maven:**
@@ -93,7 +93,7 @@ compile 'io.tus.android.client:tus-android-client:0.1.8'
9393<dependency >
9494 <groupId >io.tus.android.client</groupId >
9595 <artifactId >tus-android-client</artifactId >
96- <version >0.1.8 </version >
96+ <version >0.1.9 </version >
9797</dependency >
9898```
9999
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ android {
2121
2222dependencies {
2323 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 '
2525 testImplementation ' org.robolectric:robolectric:2.4'
2626 testImplementation ' junit:junit:4.12'
2727}
You can’t perform that action at this time.
0 commit comments