From 5064a881e5135a721e44460fec309f791be817a7 Mon Sep 17 00:00:00 2001 From: HBB20 Date: Sun, 29 Jan 2023 03:15:45 -0700 Subject: [PATCH] update version --- CHANGELOG.md | 6 ++++++ README.md | 3 +++ app/build.gradle | 4 ++-- app/src/main/AndroidManifest.xml | 17 ++++++++++++----- build.gradle | 2 +- ccp/build.gradle | 4 ++-- ccp/gradle.properties | 2 +- gradle.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 9 files changed, 29 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1df5236..09572a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Next Release] +## 2.6.1 - 2022-7-24 +- Updated Pakistan Flag [PR](https://github.com/hbb20/CountryCodePickerProject/pull/571) +- Adds Belarusian language #565 by [Vlad Petrushkevich](https://github.com/Vladuken) +- Adds Hausa language #559 by [Auwal Alhassan Abubakar](https://github.com/A4Gumel) +- Adds Tamil language #554 by [Kamalakannan G](https://github.com/kamal-lab) + ## 2.6.1 - 2022-7-24 - Changed name code returned by English locale instead of local locale [Issue](https://github.com/hbb20/CountryCodePickerProject/issues/539) diff --git a/README.md b/README.md index 863cdc0f..adff9085 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,9 @@ To check all xml properties available for CCP and CCP Selection ppDialog, please - Thai language support by [offerre](https://github.com/offerre) - BASQUE language support by [David Benito Fdz.](https://github.com/Davidbf) - Hungarian language support by [valivalter](https://github.com/valivalter) +- Belarusian language supprt by [Vlad Petrushkevich](https://github.com/Vladuken) +- Hausa language support by [Auwal Alhassan Abubakar](https://github.com/A4Gumel) +- Tamil language support by [Kamalakannan G](https://github.com/kamal-lab) # Contribution - To add a new country, follow the [guide to add new country](https://github.com/hbb20/CountryCodePickerProject/wiki/Guide-to-add-new-country-in-list). diff --git a/app/build.gradle b/app/build.gradle index 1d87ae0b..e3c26d06 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,12 +2,12 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' android { - compileSdkVersion 30 + compileSdkVersion 33 defaultConfig { applicationId "in.hbb20.countrycodepickerproject" minSdkVersion 14 - targetSdkVersion 30 + targetSdkVersion 33 versionCode 7 versionName "2.2.4" } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index c853baff..aaca5cd6 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,13 +1,19 @@ - + - + android:theme="@style/AppTheme" + > + @@ -17,7 +23,8 @@ + android:windowSoftInputMode="stateHidden" + /> diff --git a/build.gradle b/build.gradle index 26959d33..961cc4ea 100755 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.0.1' + classpath 'com.android.tools.build:gradle:7.4.0' classpath 'com.vanniktech:gradle-maven-publish-plugin:0.14.2' classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.4.10.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion" diff --git a/ccp/build.gradle b/ccp/build.gradle index 1942ee68..118d8e34 100644 --- a/ccp/build.gradle +++ b/ccp/build.gradle @@ -2,11 +2,11 @@ apply plugin: 'com.android.library' apply plugin: 'com.vanniktech.maven.publish' android { - compileSdkVersion 30 + compileSdkVersion 33 defaultConfig { minSdkVersion 14 - targetSdkVersion 30 + targetSdkVersion 33 } buildTypes { release { diff --git a/ccp/gradle.properties b/ccp/gradle.properties index 54af9bea..db296d63 100644 --- a/ccp/gradle.properties +++ b/ccp/gradle.properties @@ -1,6 +1,6 @@ GROUP=com.hbb20 POM_ARTIFACT_ID=ccp -VERSION_NAME=2.6.1 +VERSION_NAME=2.7.0 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. diff --git a/gradle.properties b/gradle.properties index d9d6044c..fd01017f 100755 --- a/gradle.properties +++ b/gradle.properties @@ -18,4 +18,4 @@ # org.gradle.parallel=true android.enableJetifier=true android.useAndroidX=true -kotlinVersion=1.5.10 \ No newline at end of file +kotlinVersion=1.8.0 \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 0354c2dd..feca25ec 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip