From dacc91e23896b4222e17466e8d22f0d420790443 Mon Sep 17 00:00:00 2001 From: HBB20 Date: Thu, 18 Mar 2021 16:27:52 -0600 Subject: [PATCH] - v2.4.7 --- CHANGELOG.md | 3 +++ README.md | 2 +- ccp/build.gradle | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b8887ed..5a5baf99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 3a2520d8..7ace489b 100644 --- a/README.md +++ b/README.md @@ -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* diff --git a/ccp/build.gradle b/ccp/build.gradle index 6b43a544..d6244a78 100644 --- a/ccp/build.gradle +++ b/ccp/build.gradle @@ -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'