From 0ac55de6007080500f09c98241465809bea6f784 Mon Sep 17 00:00:00 2001 From: Bojan Date: Thu, 25 Mar 2021 09:30:28 +0100 Subject: [PATCH 1/2] Update README --- README.md | 8 ++++---- build.properties | 2 +- dependencies.gradle | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1642ce01..3b4b27d5 100644 --- a/README.md +++ b/README.md @@ -43,13 +43,13 @@ Then add the following dependencies in your app `build.gradle` or `build.gradle. **Groovy** ```groovy -debugImplementation "com.infinum.dbinspector:dbinspector:5.2.8" -releaseImplementation "com.infinum.dbinspector:dbinspector-no-op:5.2.8" +debugImplementation "com.infinum.dbinspector:dbinspector:5.2.9" +releaseImplementation "com.infinum.dbinspector:dbinspector-no-op:5.2.9" ``` **KotlinDSL** ```kotlin -debugImplementation("com.infinum.dbinspector:dbinspector:5.2.8") -releaseImplementation("com.infinum.dbinspector:dbinspector-no-op:5.2.8") +debugImplementation("com.infinum.dbinspector:dbinspector:5.2.9") +releaseImplementation("com.infinum.dbinspector:dbinspector-no-op:5.2.9") ``` ### Usage diff --git a/build.properties b/build.properties index 9c8d7feb..2b39ca8c 100644 --- a/build.properties +++ b/build.properties @@ -1 +1 @@ -build.debug=true +build.debug=false diff --git a/dependencies.gradle b/dependencies.gradle index 04e08e5e..5d091aff 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,5 +1,5 @@ ext.versions = [ - "dbinspector" : "5.2.8", + "dbinspector" : "5.2.9", "gradle" : '4.1.3', "kotlin" : "1.4.31", "coroutines" : "1.4.3", From 19fb3c84dd87dc8d809d250d12cd4bdf0367ac2a Mon Sep 17 00:00:00 2001 From: Bojan Date: Thu, 25 Mar 2021 09:32:22 +0100 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 991ab639..16ebe45b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +## Version 5.2.9 + +_2021-03-25_ + +* Update dependencies to more stable releases. +* Fix Lint issues. + ## Version 5.2.8 _2021-03-11_