Skip to content

Commit 525c7be

Browse files
authored
Update README.md
1 parent e938ebe commit 525c7be

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,32 +11,18 @@ Download the [latest JAR](https://bintray.com/workable/maven/ErrorHandler/_lates
1111
<dependency>
1212
<groupId>com.workable</groupId>
1313
<artifactId>error-handler</artifactId>
14-
<version>0.9</version>
14+
<version>0.9.1</version>
1515
<type>pom</type>
1616
</dependency>
1717
```
1818

1919
or Gradle:
2020

21-
```groovy
22-
compile 'com.workable:error-handler:0.9'
23-
```
24-
25-
_*hosted on JCenter repository_
26-
27-
You can also get the latest release 0.9.1 by adding the following in your *root* `build.gradle` file:
28-
```groovy
29-
maven {
30-
url "http://dl.bintray.com/workable/maven"
31-
}
32-
```
33-
34-
And then add the following dependency:
35-
3621
```groovy
3722
compile 'com.workable:error-handler:0.9.1'
3823
```
3924

25+
4026
## Usage
4127

4228
Let's say we're building a messaging Android app that uses both the network and a local database.

0 commit comments

Comments
 (0)