Skip to content

Commit

Permalink
Upgrade primecalendar dependency to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aminography committed Dec 29, 2021
1 parent a547480 commit 4dffc4a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ Download

```gradle
dependencies {
implementation 'com.aminography:primedatepicker:3.5.0'
implementation 'com.aminography:primecalendar:1.4.0'
implementation 'com.aminography:primedatepicker:3.6.0'
implementation 'com.aminography:primecalendar:1.7.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion scripts/versions.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// semantic versioning
def semantic = [
'major': 3,
'minor': 5,
'minor': 6,
'patch': 0,
]
ext.libVersion = [
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ enableFeaturePreview('VERSION_CATALOGS')
dependencyResolutionManagement {
versionCatalogs {
dep {
alias('primecalendar').to('com.aminography:primecalendar:1.4.0')
alias('primecalendar').to('com.aminography:primecalendar:1.7.0')
alias('androidx-lifecycleKtx').to('androidx.lifecycle:lifecycle-runtime-ktx:2.2.0')

version('coroutines', '1.5.2')
Expand Down

0 comments on commit 4dffc4a

Please sign in to comment.