Skip to content

Commit

Permalink
Version 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Jul 9, 2023
1 parent ed8e7c4 commit d4a2c3f
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 @@ -40,7 +40,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-dialogs:4.4.0'
implementation 'com.pranavpandey.android:dynamic-dialogs:4.4.1'
// For legacy projects.
implementation 'com.pranavpandey.android:dynamic-dialogs: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' : 34,
'buildTools' : '34.0.0',
'constraintlayout': '2.1.4',
'dynamic' : '4.5.0',
'dynamic' : '4.5.1',
'flexbox' : '3.0.0',
'fragment' : '1.6.0',
'kotlin' : '1.8.22',
Expand Down Expand Up @@ -71,9 +71,9 @@ ext {
mavenGroup = 'com.pranavpandey.android'
mavenDir = 'com/pranavpandey/android'
mavenInceptionYear = '2017'
mavenVersion = '4.4.0'
mavenVersionCode = 35
sampleVersionCode = 36
mavenVersion = '4.4.1'
mavenVersionCode = 36
sampleVersionCode = 37

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

0 comments on commit d4a2c3f

Please sign in to comment.