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 17, 2021
1 parent 6337eb6 commit 35bd985
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 @@ -49,7 +49,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-toasts:3.3.1'
implementation 'com.pranavpandey.android:dynamic-toasts:4.0.0'
// For legacy projects.
implementation 'com.pranavpandey.android:dynamic-toasts: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 @@ -22,7 +22,7 @@ buildscript {
'buildTools' : '30.0.3',
'constraintlayout': '2.0.4',
'dynamic' : '4.0.1',
'dialogs' : '3.3.1',
'dialogs' : '4.0.0',
'flexbox' : '3.0.0',
'kotlin' : '1.5.10'
]
Expand Down Expand Up @@ -70,9 +70,9 @@ ext {
mavenDir = 'com/pranavpandey/android'
mavenArtifactId = 'dynamic-toasts'
mavenInceptionYear = 2017
mavenVersion = '3.3.1'
mavenVersionCode = 26
sampleVersionCode = 27
mavenVersion = '4.0.0'
mavenVersionCode = 27
sampleVersionCode = 28

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

0 comments on commit 35bd985

Please sign in to comment.