Skip to content

Commit dacc91e

Browse files
committed
- v2.4.7
1 parent e9874e6 commit dacc91e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Next Release]
8+
## 2.4.7 - 2021-2-22
9+
- Compressed images
10+
811
## 2.4.6 - 2021-2-1
912
- Update phonelib version
1013

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Add this to your gradle file and sync. See [CHANGELOG](https://github.com/hbb20/
2828

2929
````groovy
3030
dependencies {
31-
implementation 'com.hbb20:ccp:2.4.5'
31+
implementation 'com.hbb20:ccp:2.4.7'
3232
}
3333
````
3434
* 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*

Diff for: ccp/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313
siteUrl = 'https://github.com/hbb20/CountryCodePickerProject'
1414
gitUrl = 'https://github.com/hbb20/CountryCodePickerProject.git'
1515

16-
libraryVersion = '2.4.6'
16+
libraryVersion = '2.4.7'
1717

1818
developerId = 'hbb20'
1919
developerName = 'Harsh Bhakta'

0 commit comments

Comments
 (0)