Skip to content

Commit

Permalink
- v2.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hbb20 committed Mar 18, 2021
1 parent e9874e6 commit dacc91e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Next Release]
## 2.4.7 - 2021-2-22
- Compressed images

## 2.4.6 - 2021-2-1
- Update phonelib version

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add this to your gradle file and sync. See [CHANGELOG](https://github.com/hbb20/

````groovy
dependencies {
implementation 'com.hbb20:ccp:2.4.5'
implementation 'com.hbb20:ccp:2.4.7'
}
````
* If you are using version lower than 2.0.0 then please read [update guide](https://github.com/hbb20/CountryCodePickerProject/wiki/Update-Guide-for-v2.0.0) before upgrading to v2.0.0. or above*
Expand Down
2 changes: 1 addition & 1 deletion ccp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/hbb20/CountryCodePickerProject'
gitUrl = 'https://github.com/hbb20/CountryCodePickerProject.git'

libraryVersion = '2.4.6'
libraryVersion = '2.4.7'

developerId = 'hbb20'
developerName = 'Harsh Bhakta'
Expand Down

0 comments on commit dacc91e

Please sign in to comment.