Skip to content

Commit

Permalink
Version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Jun 16, 2021
1 parent 68863c4 commit a06880c
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 @@ -38,7 +38,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:3.3.1'
implementation 'com.pranavpandey.android:dynamic-dialogs:4.0.0'
// For legacy projects.
implementation 'com.pranavpandey.android:dynamic-dialogs: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 @@ -71,9 +71,9 @@ ext {
mavenGroup = 'com.pranavpandey.android'
mavenDir = 'com/pranavpandey/android'
mavenInceptionYear = 2017
mavenVersion = '3.3.1'
mavenVersionCode = 27
sampleVersionCode = 28
mavenVersion = '4.0.0'
mavenVersionCode = 28
sampleVersionCode = 29

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

0 comments on commit a06880c

Please sign in to comment.