We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be68117 commit e938ebeCopy full SHA for e938ebe
1 file changed
README.md
@@ -24,6 +24,19 @@ compile 'com.workable:error-handler:0.9'
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
36
37
+compile 'com.workable:error-handler:0.9.1'
38
39
40
## Usage
41
42
Let's say we're building a messaging Android app that uses both the network and a local database.
0 commit comments