Skip to content

Commit 6bda99c

Browse files
authoredMay 11, 2022
Merge pull request #105 from infinum/develop
Develop
2 parents 681fb4b + 57038b8 commit 6bda99c

File tree

124 files changed

+594
-663
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+594
-663
lines changed
 

‎CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changelog
22
=========
33

4+
## Version 5.4.6
5+
6+
_2022-05-11_
7+
8+
* Update dependencies to stable version.
9+
* Fix some tests.
10+
* Fix Gradle scripts.
11+
12+
## Version 5.4.5
13+
14+
_2022-04-09_
15+
16+
* Update dependencies to stable version.
17+
418
## Version 5.4.4
519

620
_2022-03-26_

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ Then add the following dependencies in your app `build.gradle` or `build.gradle.
4444

4545
**Groovy**
4646
```groovy
47-
debugImplementation "com.infinum.dbinspector:dbinspector:5.4.4"
48-
releaseImplementation "com.infinum.dbinspector:dbinspector-no-op:5.4.4"
47+
debugImplementation "com.infinum.dbinspector:dbinspector:5.4.6"
48+
releaseImplementation "com.infinum.dbinspector:dbinspector-no-op:5.4.6"
4949
```
5050
**KotlinDSL**
5151
```kotlin
52-
debugImplementation("com.infinum.dbinspector:dbinspector:5.4.4")
53-
releaseImplementation("com.infinum.dbinspector:dbinspector-no-op:5.4.4")
52+
debugImplementation("com.infinum.dbinspector:dbinspector:5.4.6")
53+
releaseImplementation("com.infinum.dbinspector:dbinspector-no-op:5.4.6")
5454
```
5555

5656
### Usage

0 commit comments

Comments
 (0)
Please sign in to comment.