diff --git a/README.md b/README.md index 9d9e310a7..eed43b8c2 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.0.0' + implementation 'com.pranavpandey.android:dynamic-support:6.0.1' // For legacy projects. implementation 'com.pranavpandey.android:dynamic-support:1.3.0' @@ -60,7 +60,7 @@ dependencies { It is a collection of activities, fragments, widgets, views and some utility functions required to build a standard Android app. It also provides some built-in use cases like an intro screen, drawer activity, about screen, collapsing app bar, navigation bar view, color picker, multiple -locales, runtime permissions, etc. which can be used and customised according to the need. +locales, runtime permissions, etc. which can be used and customised according to the requirements. > For a complete reference, please read the [documentation][documentation]. diff --git a/build.gradle b/build.gradle index 181591a83..d1b59b42c 100644 --- a/build.gradle +++ b/build.gradle @@ -76,9 +76,9 @@ ext { mavenDir = 'com/pranavpandey/android' mavenArtifactId = 'dynamic-support' mavenInceptionYear = 2018 - mavenVersion = '6.0.0' - mavenVersionCode = 28 - sampleVersionCode = 28 + mavenVersion = '6.0.1' + mavenVersionCode = 29 + sampleVersionCode = 29 developerId = 'pranavpandey' developerName = 'Pranav Pandey'