File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 22dbinspector = " 5.4.2"
33gradle = " 7.0.4"
44kotlin = " 1.6.10"
5- coroutines = " 1.6.0-RC3 "
5+ coroutines = " 1.6.0"
66core = " 1.7.0"
77appcompat = " 1.4.0"
88activity = " 1.4.0"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments