Skip to content

Commit

Permalink
Version 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Mar 11, 2023
1 parent b73a1a1 commit 66f2512
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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.3.1'
implementation 'com.pranavpandey.android:dynamic-dialogs:4.3.2'
// For legacy projects.
implementation 'com.pranavpandey.android:dynamic-dialogs:1.3.0'
Expand Down Expand Up @@ -228,7 +228,7 @@ Pranav Pandey

## License

Copyright 2017-2022 Pranav Pandey
Copyright 2017-2023 Pranav Pandey
Copyright 2015 The Android Open Source Project

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
10 changes: 5 additions & 5 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,7 +21,7 @@ buildscript {
'targetSdk' : 33,
'buildTools' : '33.0.2',
'constraintlayout': '2.1.4',
'dynamic' : '4.4.7',
'dynamic' : '4.4.8',
'flexbox' : '3.0.0',
'fragment' : '1.5.5',
'kotlin' : '1.8.0',
Expand Down Expand Up @@ -71,9 +71,9 @@ ext {
mavenGroup = 'com.pranavpandey.android'
mavenDir = 'com/pranavpandey/android'
mavenInceptionYear = '2017'
mavenVersion = '4.3.1'
mavenVersionCode = 33
sampleVersionCode = 34
mavenVersion = '4.3.2'
mavenVersionCode = 34
sampleVersionCode = 35

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

0 comments on commit 66f2512

Please sign in to comment.