Skip to content

Commit

Permalink
Bump to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Jun 13, 2019
1 parent e78f1ab commit 775bbbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The JARs can be downloaded manually from our [Bintray project](https://bintray.c
**Gradle:**

```groovy
compile 'io.tus.android.client:tus-android-client:0.1.8'
compile 'io.tus.android.client:tus-android-client:0.1.9'
```

**Maven:**
Expand All @@ -93,7 +93,7 @@ compile 'io.tus.android.client:tus-android-client:0.1.8'
<dependency>
<groupId>io.tus.android.client</groupId>
<artifactId>tus-android-client</artifactId>
<version>0.1.8</version>
<version>0.1.9</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion tus-android-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'io.tus.java.client:tus-java-client:0.4.1'
implementation 'io.tus.java.client:tus-java-client:0.4.2'
testImplementation 'org.robolectric:robolectric:2.4'
testImplementation 'junit:junit:4.12'
}
Expand Down

0 comments on commit 775bbbc

Please sign in to comment.