Skip to content

Commit cee20ae

Browse files
authored
Update README.md
1 parent d1e4fd7 commit cee20ae

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,16 @@
99
</div>
1010

1111
During HTTP request in android development we can found different response code from the server. If we don't handle this error code then our live application can be crashed cause they don't know the response. In this library, I tried to cover all internet response code so that what happened in our server live application will never be crashed. Here I added a custom Toast library to show the response but if you want you can disable this option.
12+
13+
## Prerequisites
14+
15+
Add this in your root `build.gradle` file (**not** your module `build.gradle` file):
16+
17+
```gradle
18+
allprojects {
19+
repositories {
20+
...
21+
maven { url "https://jitpack.io" }
22+
}
23+
}
24+
```

0 commit comments

Comments
 (0)