From e4fbe1df89b047645c79f653834e914e379b8dc6 Mon Sep 17 00:00:00 2001 From: Pranav Pandey Date: Fri, 18 Jun 2021 15:51:30 +0530 Subject: [PATCH] Version 5.0.0 --- README.md | 2 +- build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 29ec3841a3..60d2c5eafa 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,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:4.1.0' + implementation 'com.pranavpandey.android:dynamic-support:5.0.0' // For legacy projects. implementation 'com.pranavpandey.android:dynamic-support:1.3.0' diff --git a/build.gradle b/build.gradle index 5922e12f2a..3b3668859d 100644 --- a/build.gradle +++ b/build.gradle @@ -76,9 +76,9 @@ ext { mavenDir = 'com/pranavpandey/android' mavenArtifactId = 'dynamic-support' mavenInceptionYear = 2018 - mavenVersion = '4.1.0' - mavenVersionCode = 26 - sampleVersionCode = 26 + mavenVersion = '5.0.0' + mavenVersionCode = 27 + sampleVersionCode = 27 developerId = 'pranavpandey' developerName = 'Pranav Pandey'