From b814eaeaf5ef7b098ec9010706fec8aa772b83a5 Mon Sep 17 00:00:00 2001 From: Pranav Pandey Date: Mon, 10 Oct 2022 18:38:09 +0530 Subject: [PATCH] Version 6.1.1 --- README.md | 2 +- build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2f40c6243..d1e19bf70 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.0' + implementation 'com.pranavpandey.android:dynamic-support:6.1.1' // For legacy projects. implementation 'com.pranavpandey.android:dynamic-support:1.3.0' diff --git a/build.gradle b/build.gradle index 31300359f..7ce0a69a1 100644 --- a/build.gradle +++ b/build.gradle @@ -77,9 +77,9 @@ ext { mavenDir = 'com/pranavpandey/android' mavenArtifactId = 'dynamic-support' mavenInceptionYear = 2018 - mavenVersion = '6.1.0' - mavenVersionCode = 32 - sampleVersionCode = 33 + mavenVersion = '6.1.1' + mavenVersionCode = 33 + sampleVersionCode = 34 developerId = 'pranavpandey' developerName = 'Pranav Pandey'