Skip to content

Commit

Permalink
Prepare 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noties committed Jul 3, 2019
1 parent 9ae1645 commit 234b705
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Quick peek on live templates:
## Installation
In your `dependencies` block in `build.gradle`:
```gradle
implementation 'io.noties:debug:5.0.0'
implementation 'io.noties:debug:5.1.0'
```


Expand Down Expand Up @@ -151,7 +151,11 @@ public interface DebugOutput {
```
Just implement `DebugOutput` and pass an instance of it to the `Debug.init` call

## Changes 5.0.0
## Changes 5.1.0
* Added a simple lint check for correct pattern/arguments
* Migrated to androidx (annotations)

### Changes 5.0.0
* Maven artifact location change: `ru.noties:debug` -> `io.noties:debug`
* Package change `ru.noties.debug` -> `io.noties.debug`

Expand Down

0 comments on commit 234b705

Please sign in to comment.