Skip to content

Commit

Permalink
Version 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Oct 10, 2022
1 parent 62c706d commit b814eae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.1.0'
implementation 'com.pranavpandey.android:dynamic-support:6.1.1'
// For legacy projects.
implementation 'com.pranavpandey.android:dynamic-support:1.3.0'
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b814eae

Please sign in to comment.