From c9fe868f34356d7dfa38bd7132d347fb5c9dbdd8 Mon Sep 17 00:00:00 2001 From: Abdelrhman-Nagy <69878819+Abdelrhman-Nagy@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:29:46 +0300 Subject: [PATCH 1/3] Seletec country edit --- ccp/src/main/res/raw/ccp_arabic.xml | 2 +- ccp/src/main/res/raw/ccp_english.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ccp/src/main/res/raw/ccp_arabic.xml b/ccp/src/main/res/raw/ccp_arabic.xml index 8a350a54..e6ef7d55 100644 --- a/ccp/src/main/res/raw/ccp_arabic.xml +++ b/ccp/src/main/res/raw/ccp_arabic.xml @@ -1,7 +1,7 @@ - + diff --git a/ccp/src/main/res/raw/ccp_english.xml b/ccp/src/main/res/raw/ccp_english.xml index a1e47237..09012287 100644 --- a/ccp/src/main/res/raw/ccp_english.xml +++ b/ccp/src/main/res/raw/ccp_english.xml @@ -1,7 +1,7 @@ - + From 1996be4f140180f116f58b728ab13e7738b2b6d4 Mon Sep 17 00:00:00 2001 From: Abdelrhman-Nagy <69878819+Abdelrhman-Nagy@users.noreply.github.com> Date: Mon, 23 Sep 2024 13:03:22 +0300 Subject: [PATCH 2/3] updated --- ccp/gradle.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ccp/gradle.properties b/ccp/gradle.properties index fd4eacca..af524d71 100644 --- a/ccp/gradle.properties +++ b/ccp/gradle.properties @@ -1,18 +1,18 @@ -GROUP=com.hbb20 +GROUP=com.Abdelrhman-Nagy POM_ARTIFACT_ID=ccp VERSION_NAME=2.7.2 POM_NAME=CountryCodePicker POM_PACKAGING=aar POM_DESCRIPTION=Country Code Picker (CCP) is an android library which provides an easy way to search and select international country code for the phone number. POM_INCEPTION_YEAR=2021 -POM_URL=https://github.com/hbb20/CountryCodePickerProject -POM_SCM_URL=https://github.com/hbb20/CountryCodePickerProject -POM_SCM_CONNECTION=scm:git@github.com:hbb20/CountryCodePickerProject.git -POM_SCM_DEV_CONNECTION=scm:git@github.com:hbb20/CountryCodePickerProject.git +POM_URL=https://github.com/Abdelrhman-Nagy/CustomCountryCodePicker +POM_SCM_URL=https://github.com/Abdelrhman-Nagy/CustomCountryCodePicker +POM_SCM_CONNECTION=scm:git@github.com:Abdelrhman-Nagy/CustomCountryCodePicker.git +POM_SCM_DEV_CONNECTION=scm:git@github.com:Abdelrhman-Nagy/CustomCountryCodePicker.git POM_LICENCE_NAME=The Apache Software License, Version 2.0 POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt POM_LICENCE_DIST=repo -POM_DEVELOPER_ID=hbb20 +POM_DEVELOPER_ID=Abdelrhman-Nagy POM_DEVELOPER_NAME=Harsh Bhakta -POM_DEVELOPER_URL=https://github.com/hbb20 +POM_DEVELOPER_URL=https://github.com/Abdelrhman-Nagy # ./gradlew ccp:uploadArchives --no-daemon --no-parallel -i \ No newline at end of file From 94d9e900bb866b8b5ddf1f37a33b9f62bcebcf6d Mon Sep 17 00:00:00 2001 From: Abdelrhman-Nagy <69878819+Abdelrhman-Nagy@users.noreply.github.com> Date: Mon, 23 Sep 2024 13:18:12 +0300 Subject: [PATCH 3/3] version --- ccp/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccp/gradle.properties b/ccp/gradle.properties index af524d71..8bf95bd2 100644 --- a/ccp/gradle.properties +++ b/ccp/gradle.properties @@ -1,6 +1,6 @@ GROUP=com.Abdelrhman-Nagy POM_ARTIFACT_ID=ccp -VERSION_NAME=2.7.2 +VERSION_NAME=2.7.4 POM_NAME=CountryCodePicker POM_PACKAGING=aar POM_DESCRIPTION=Country Code Picker (CCP) is an android library which provides an easy way to search and select international country code for the phone number.