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 e2a0f04 commit d40f0d7Copy full SHA for d40f0d7
tus-android-client/build.gradle
@@ -21,7 +21,7 @@ android {
21
22
dependencies {
23
compile fileTree(dir: 'libs', include: ['*.jar'])
24
- compile 'io.tus.java.client:tus-java-client:0.1.1'
+ compile 'io.tus.java.client:tus-java-client:0.+'
25
testCompile 'org.robolectric:robolectric:2.4'
26
testCompile 'junit:junit:4.12'
27
}
0 commit comments