Skip to content

Commit

Permalink
Version 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Jul 19, 2022
1 parent eb6ab48 commit 9156c01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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].
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9156c01

Please sign in to comment.