From f589aea2811a5f9556756c16719c053248731ab5 Mon Sep 17 00:00:00 2001 From: Pranav Pandey Date: Thu, 12 Mar 2020 22:53:33 +0530 Subject: [PATCH] Version 3.2.1 --- README.md | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f0be348..6e85ffa 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,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:3.2.0' + implementation 'com.pranavpandey.android:dynamic-utils:3.2.1' // For legacy projects. implementation 'com.pranavpandey.android:dynamic-utils:1.3.0' diff --git a/build.gradle b/build.gradle index 78e7e85..431a50b 100644 --- a/build.gradle +++ b/build.gradle @@ -64,8 +64,8 @@ ext { mavenGroup = 'com.pranavpandey.android' mavenArtifactId = 'dynamic-utils' mavenInceptionYear = 2017 - mavenVersion = '3.2.0' - mavenVersionCode = 24 + mavenVersion = '3.2.1' + mavenVersionCode = 25 developerId = 'pranavpandey' developerName = 'Pranav Pandey'