From 2a0369ed9665aaa5026b18bdd63fb2df61521912 Mon Sep 17 00:00:00 2001 From: Pranav Pandey Date: Tue, 3 May 2022 02:36:52 +0530 Subject: [PATCH] Version 4.4.2 --- README.md | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 668102fb..de537a8c 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,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-utils:4.4.1' + implementation 'com.pranavpandey.android:dynamic-utils:4.4.2' // For legacy projects. implementation 'com.pranavpandey.android:dynamic-utils:1.3.0' diff --git a/build.gradle b/build.gradle index 1212378a..249e5d73 100644 --- a/build.gradle +++ b/build.gradle @@ -66,8 +66,8 @@ ext { mavenDir = 'com/pranavpandey/android' mavenArtifactId = 'dynamic-utils' mavenInceptionYear = '2017' - mavenVersion = '4.4.1' - mavenVersionCode = 36 + mavenVersion = '4.4.2' + mavenVersionCode = 37 developerId = 'pranavpandey' developerName = 'Pranav Pandey'