Skip to content

Commit 9156c01

Browse files
committed
Version 6.0.1
1 parent eb6ab48 commit 9156c01

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
4747
```groovy
4848
dependencies {
4949
// For AndroidX enabled projects.
50-
implementation 'com.pranavpandey.android:dynamic-support:6.0.0'
50+
implementation 'com.pranavpandey.android:dynamic-support:6.0.1'
5151
5252
// For legacy projects.
5353
implementation 'com.pranavpandey.android:dynamic-support:1.3.0'
@@ -60,7 +60,7 @@ dependencies {
6060
It is a collection of activities, fragments, widgets, views and some utility functions required
6161
to build a standard Android app. It also provides some built-in use cases like an intro screen,
6262
drawer activity, about screen, collapsing app bar, navigation bar view, color picker, multiple
63-
locales, runtime permissions, etc. which can be used and customised according to the need.
63+
locales, runtime permissions, etc. which can be used and customised according to the requirements.
6464

6565
> For a complete reference, please read the [documentation][documentation].
6666

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ ext {
7676
mavenDir = 'com/pranavpandey/android'
7777
mavenArtifactId = 'dynamic-support'
7878
mavenInceptionYear = 2018
79-
mavenVersion = '6.0.0'
80-
mavenVersionCode = 28
81-
sampleVersionCode = 28
79+
mavenVersion = '6.0.1'
80+
mavenVersionCode = 29
81+
sampleVersionCode = 29
8282

8383
developerId = 'pranavpandey'
8484
developerName = 'Pranav Pandey'

0 commit comments

Comments
 (0)