File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1919or 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
3722compile 'com.workable:error-handler:0.9.1'
3823```
3924
25+
4026## Usage
4127
4228Let's say we're building a messaging Android app that uses both the network and a local database.
You can’t perform that action at this time.
0 commit comments