From ceca5695b6101061af5ada57a9d5b3a626b7f3c9 Mon Sep 17 00:00:00 2001 From: Bojan Date: Mon, 13 Sep 2021 19:53:58 +0200 Subject: [PATCH] Update CHANGELOG. Update README. --- CHANGELOG.md | 8 ++++++++ README.md | 8 ++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7488e53d..c9efbf26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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_ diff --git a/README.md b/README.md index 4cce372c..de351267 100644 --- a/README.md +++ b/README.md @@ -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