From 9b43c0a64fdef05ebdc2e505c41641c6d7127b75 Mon Sep 17 00:00:00 2001 From: Pranav Pandey Date: Sun, 11 Dec 2022 12:35:52 +0530 Subject: [PATCH] Version 6.2.0 --- README.md | 2 +- build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d1e19bf70..9e2e85587 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,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-support:6.1.1' + implementation 'com.pranavpandey.android:dynamic-support:6.2.0' // For legacy projects. implementation 'com.pranavpandey.android:dynamic-support:1.3.0' diff --git a/build.gradle b/build.gradle index 5e00fec10..bfbd5dadf 100644 --- a/build.gradle +++ b/build.gradle @@ -77,9 +77,9 @@ ext { mavenDir = 'com/pranavpandey/android' mavenArtifactId = 'dynamic-support' mavenInceptionYear = 2018 - mavenVersion = '6.1.1' - mavenVersionCode = 33 - sampleVersionCode = 34 + mavenVersion = '6.2.0' + mavenVersionCode = 34 + sampleVersionCode = 35 developerId = 'pranavpandey' developerName = 'Pranav Pandey'