From d4a2c3fa6b6874276dbccd75f166e43be04c339d Mon Sep 17 00:00:00 2001 From: Pranav Pandey Date: Sun, 9 Jul 2023 13:10:07 +0530 Subject: [PATCH] Version 4.4.1 --- README.md | 2 +- build.gradle | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4dbb8d8..66b2ba3 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi ```groovy dependencies { // For AndroidX enabled projects. - implementation 'com.pranavpandey.android:dynamic-dialogs:4.4.0' + implementation 'com.pranavpandey.android:dynamic-dialogs:4.4.1' // For legacy projects. implementation 'com.pranavpandey.android:dynamic-dialogs:1.3.0' diff --git a/build.gradle b/build.gradle index b2cc542..f57acaf 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ buildscript { 'targetSdk' : 34, 'buildTools' : '34.0.0', 'constraintlayout': '2.1.4', - 'dynamic' : '4.5.0', + 'dynamic' : '4.5.1', 'flexbox' : '3.0.0', 'fragment' : '1.6.0', 'kotlin' : '1.8.22', @@ -71,9 +71,9 @@ ext { mavenGroup = 'com.pranavpandey.android' mavenDir = 'com/pranavpandey/android' mavenInceptionYear = '2017' - mavenVersion = '4.4.0' - mavenVersionCode = 35 - sampleVersionCode = 36 + mavenVersion = '4.4.1' + mavenVersionCode = 36 + sampleVersionCode = 37 developerId = 'pranavpandey' developerName = 'Pranav Pandey'