Skip to content

Commit

Permalink
Update readme with version badge
Browse files Browse the repository at this point in the history
  • Loading branch information
xxfast committed Apr 11, 2022
1 parent f2c4456 commit d4200d9
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
DebugDrawer
===========
[![Android CI](https://github.com/Gridstone/DebugDrawer/actions/workflows/android.yml/badge.svg)](https://github.com/Gridstone/DebugDrawer/actions/workflows/android.yml)
[![Release](https://img.shields.io/github/v/release/Gridstone/DebugDrawer.svg?include_prereleases)](https://github.com/Gridstone/DebugDrawer/releases)

<img src="art/video_sample.gif" title="Animated example." align="right"/>

Expand Down Expand Up @@ -159,24 +160,27 @@ All artifacts are up on Maven Central.

For the main library
```
au.com.gridstone.debugdrawer:debugdrawer:0.9.7
au.com.gridstone.debugdrawer:debugdrawer:<version>
```
For the LeakCanary module
```
au.com.gridstone.debugdrawer:debugdrawer-leakcanary:0.9.7
au.com.gridstone.debugdrawer:debugdrawer-leakcanary:<version>
```
For the Retrofit module
```
au.com.gridstone.debugdrawer:debugdrawer-retrofit:0.9.7
au.com.gridstone.debugdrawer:debugdrawer-retrofit:<version>
```
For the Timber module
```
au.com.gridstone.debugdrawer:debugdrawer-timber:0.9.7
au.com.gridstone.debugdrawer:debugdrawer-timber:<version>
```
For the OkHttp logger
```
au.com.gridstone.debugdrawer:debugdrawer-okhttp-logger:0.9.7
au.com.gridstone.debugdrawer:debugdrawer-okhttp-logger:<version>
```

latest stable version is [![Release](https://img.shields.io/github/v/release/Gridstone/DebugDrawer.svg?include_prereleases)](https://github.com/Gridstone/DebugDrawer/releases)

### Snapshots

Snapshots are also available by adding the repository
Expand Down

0 comments on commit d4200d9

Please sign in to comment.