Skip to content

Commit

Permalink
Version 6.0.3
Browse files Browse the repository at this point in the history
Dynamic utils 4.4.5.
  • Loading branch information
pranavpandey committed Aug 4, 2022
1 parent 3c012f8 commit 276caa2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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.2'
implementation 'com.pranavpandey.android:dynamic-support:6.0.3'
// For legacy projects.
implementation 'com.pranavpandey.android:dynamic-support:1.3.0'
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
'targetSdk' : 33,
'buildTools' : '33.0.0',
'multidex' : '2.0.1',
'dynamic' : '4.4.4',
'dynamic' : '4.4.5',
'fragment' : '1.5.1',
'flexbox' : '3.0.0',
'kotlin' : '1.6.21',
Expand Down Expand Up @@ -77,9 +77,9 @@ ext {
mavenDir = 'com/pranavpandey/android'
mavenArtifactId = 'dynamic-support'
mavenInceptionYear = 2018
mavenVersion = '6.0.2'
mavenVersionCode = 30
sampleVersionCode = 30
mavenVersion = '6.0.3'
mavenVersionCode = 31
sampleVersionCode = 31

developerId = 'pranavpandey'
developerName = 'Pranav Pandey'
Expand Down

0 comments on commit 276caa2

Please sign in to comment.