From f439390d3acae0650ef209fc68d2547e7d8da058 Mon Sep 17 00:00:00 2001 From: Pranav Pandey Date: Thu, 24 Oct 2019 03:36:16 +0530 Subject: [PATCH] Version 3.0.2 --- README.md | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0965e5..f507b4f 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.0.1' + implementation 'com.pranavpandey.android:dynamic-utils:3.0.2' // For legacy projects. implementation 'com.pranavpandey.android:dynamic-utils:1.3.0' diff --git a/build.gradle b/build.gradle index 59ddcfd..d295d59 100644 --- a/build.gradle +++ b/build.gradle @@ -64,8 +64,8 @@ ext { mavenGroup = 'com.pranavpandey.android' mavenArtifactId = 'dynamic-utils' mavenInceptionYear = 2017 - mavenVersion = '3.0.1' - mavenVersionCode = 21 + mavenVersion = '3.0.2' + mavenVersionCode = 22 developerId = 'pranavpandey' developerName = 'Pranav Pandey'