Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiplayer committed Nov 4, 2021
1 parent 4a5f5d9 commit 2fcb352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hawk Android catcher ![](https://jitpack.io/v/jitpack/maven-simple.svg?style=flat-square)
# Hawk Android catcher [![](https://jitpack.io/v/codex-team/hawk.android.catcher.svg)](https://jitpack.io/#codex-team/hawk.android.catcher)
### Exception catcher

This library provides in-app errors catching and sending them to the [Hawk](https://hawk.so). monitoring system.
Expand All @@ -19,7 +19,7 @@ To connect the library, add the following code to your **build.gradle** config.
}
...
dependencies {
compile 'com.github.codex-team:hawk.android.catcher:v3.0'
implementation 'com.github.codex-team:hawk.android.catcher:v3.0'
}
```
### Example
Expand Down

0 comments on commit 2fcb352

Please sign in to comment.