From 2fcb35296601e26244c172c677422dd9cf88bc74 Mon Sep 17 00:00:00 2001 From: Shiplayer Date: Fri, 5 Nov 2021 01:08:46 +0300 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0244443..0aa437f 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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