Skip to content

Commit e938ebe

Browse files
authored
Update README.md
1 parent be68117 commit e938ebe

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,19 @@ compile 'com.workable:error-handler:0.9'
2424

2525
_*hosted on JCenter repository_
2626

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+
36+
```groovy
37+
compile 'com.workable:error-handler:0.9.1'
38+
```
39+
2740
## Usage
2841

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

0 commit comments

Comments
 (0)