Skip to content

Commit

Permalink
Update CHANGELOG.
Browse files Browse the repository at this point in the history
Update README.
  • Loading branch information
Bojan committed Sep 13, 2021
1 parent 0fd6516 commit ceca569
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

## Version 5.4.0

_2021-09-13_

* Update to Kotlin 1.5.30.
* Add blur for Android 12 devices.
* Replace all AlertDialogs with BottomSheetDialogFragments.

## Version 5.3.9

_2021-08-23_
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ Then add the following dependencies in your app `build.gradle` or `build.gradle.

**Groovy**
```groovy
debugImplementation "com.infinum.dbinspector:dbinspector:5.3.9"
releaseImplementation "com.infinum.dbinspector:dbinspector-no-op:5.3.9"
debugImplementation "com.infinum.dbinspector:dbinspector:5.4.0"
releaseImplementation "com.infinum.dbinspector:dbinspector-no-op:5.4.0"
```
**KotlinDSL**
```kotlin
debugImplementation("com.infinum.dbinspector:dbinspector:5.3.9")
releaseImplementation("com.infinum.dbinspector:dbinspector-no-op:5.3.9")
debugImplementation("com.infinum.dbinspector:dbinspector:5.4.0")
releaseImplementation("com.infinum.dbinspector:dbinspector-no-op:5.4.0")
```

### Usage
Expand Down

0 comments on commit ceca569

Please sign in to comment.