Skip to content

Commit cb895c4

Browse files
author
Bojan
committed
Prepare 5.4.2 release.
1 parent 34ffcc9 commit cb895c4

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ Changelog
33

44
## Version 5.4.2
55

6-
_2021-12-18_
6+
_2021-12-24_
77

88
* Update to Kotlin 1.6.10.
9+
* Update Corooutines to 1.6.0.
10+
* Update Gradle wrapper to 7.3.3.
911
* Refactor edit database activity to rename database dialog.
1012

1113
## Version 5.4.1

README.md

Lines changed: 4 additions & 4 deletions
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.1"
48-
releaseImplementation "com.infinum.dbinspector:dbinspector-no-op:5.4.1"
47+
debugImplementation "com.infinum.dbinspector:dbinspector:5.4.2"
48+
releaseImplementation "com.infinum.dbinspector:dbinspector-no-op:5.4.2"
4949
```
5050
**KotlinDSL**
5151
```kotlin
52-
debugImplementation("com.infinum.dbinspector:dbinspector:5.4.1")
53-
releaseImplementation("com.infinum.dbinspector:dbinspector-no-op:5.4.1")
52+
debugImplementation("com.infinum.dbinspector:dbinspector:5.4.2")
53+
releaseImplementation("com.infinum.dbinspector:dbinspector-no-op:5.4.2")
5454
```
5555

5656
### Usage

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
dbinspector = "5.4.2"
33
gradle = "7.0.4"
44
kotlin = "1.6.10"
5-
coroutines = "1.6.0-RC3"
5+
coroutines = "1.6.0"
66
core = "1.7.0"
77
appcompat = "1.4.0"
88
activity = "1.4.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)