From 597bdc31e68c9e14fef37a0189328ac1c74b3edc Mon Sep 17 00:00:00 2001 From: Pranav Pandey Date: Mon, 3 Feb 2020 11:02:23 +0530 Subject: [PATCH] Version 3.1.0 --- README.md | 2 +- build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2e4b91d4e..73076894d 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:3.0.1' + implementation 'com.pranavpandey.android:dynamic-support:3.1.0' // For legacy projects. implementation 'com.pranavpandey.android:dynamic-support:1.3.0' diff --git a/build.gradle b/build.gradle index 507341829..ba6f38d71 100644 --- a/build.gradle +++ b/build.gradle @@ -72,9 +72,9 @@ ext { mavenGroup = 'com.pranavpandey.android' mavenArtifactId = 'dynamic-support' mavenInceptionYear = 2018 - mavenVersion = '3.0.1' - mavenVersionCode = 21 - sampleVersionCode = 21 + mavenVersion = '3.1.0' + mavenVersionCode = 22 + sampleVersionCode = 22 developerId = 'pranavpandey' developerName = 'Pranav Pandey'