Skip to content

Commit

Permalink
Version 4.1.3
Browse files Browse the repository at this point in the history
Dynamic utils 4.4.8.
  • Loading branch information
pranavpandey committed Mar 11, 2023
1 parent b3dd90d commit 5e794d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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:4.1.2'
implementation 'com.pranavpandey.android:dynamic-toasts:4.1.3'
// For legacy projects.
implementation 'com.pranavpandey.android:dynamic-toasts:1.3.0'
Expand Down Expand Up @@ -255,7 +255,7 @@ Pranav Pandey

## License

Copyright 2017-2022 Pranav Pandey
Copyright 2017-2023 Pranav Pandey

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2017-2022 Pranav Pandey
* Copyright 2017-2023 Pranav Pandey
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -21,8 +21,8 @@ buildscript {
'targetSdk' : 33,
'buildTools' : '33.0.2',
'constraintlayout': '2.1.4',
'dynamic' : '4.4.7',
'dialogs' : '4.3.1',
'dynamic' : '4.4.8',
'dialogs' : '4.3.2',
'flexbox' : '3.0.0',
'kotlin' : '1.8.0'
]
Expand Down Expand Up @@ -70,9 +70,9 @@ ext {
mavenDir = 'com/pranavpandey/android'
mavenArtifactId = 'dynamic-toasts'
mavenInceptionYear = '2017'
mavenVersion = '4.1.2'
mavenVersionCode = 30
sampleVersionCode = 31
mavenVersion = '4.1.3'
mavenVersionCode = 31
sampleVersionCode = 32

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

0 comments on commit 5e794d9

Please sign in to comment.