diff --git a/README.md b/README.md index 8d82d86d2..8c912eb9e 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,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.4.0' + implementation 'com.pranavpandey.android:dynamic-support:6.4.1' // For legacy projects. implementation 'com.pranavpandey.android:dynamic-support:1.3.0' diff --git a/build.gradle b/build.gradle index f329ee4a2..ccdc9820f 100644 --- a/build.gradle +++ b/build.gradle @@ -77,9 +77,9 @@ ext { mavenDir = 'com/pranavpandey/android' mavenArtifactId = 'dynamic-support' mavenInceptionYear = 2018 - mavenVersion = '6.4.0' - mavenVersionCode = 37 - sampleVersionCode = 38 + mavenVersion = '6.4.1' + mavenVersionCode = 38 + sampleVersionCode = 39 developerId = 'pranavpandey' developerName = 'Pranav Pandey'