diff --git a/countrycodepicker/build.gradle b/countrycodepicker/build.gradle
index e5f8fa8..951f057 100644
--- a/countrycodepicker/build.gradle
+++ b/countrycodepicker/build.gradle
@@ -10,7 +10,7 @@ android {
buildToolsVersion "29.0.3"
defaultConfig {
- minSdkVersion 16
+ minSdkVersion 14
targetSdkVersion 29
versionCode verCode
versionName version
diff --git a/countrycodepicker/src/main/res/layout/country_code_picker_item_country.xml b/countrycodepicker/src/main/res/layout/country_code_picker_item_country.xml
index 568a55f..d64e715 100644
--- a/countrycodepicker/src/main/res/layout/country_code_picker_item_country.xml
+++ b/countrycodepicker/src/main/res/layout/country_code_picker_item_country.xml
@@ -16,6 +16,7 @@
>
%1$s (%2$s)
%1$s (%2$s) +%3$s
EditText for carrier number is not registered. Register it using registerPhoneNumberTextView() before getFullNumber() or setFullNumber().
+ country preference divider
diff --git a/sampletv/src/main/res/layout/activity_main.xml b/sampletv/src/main/res/layout/activity_main.xml
index ad21555..b4d9cf4 100644
--- a/sampletv/src/main/res/layout/activity_main.xml
+++ b/sampletv/src/main/res/layout/activity_main.xml
@@ -28,6 +28,8 @@
app:ccp_hidePhoneCode="false"
app:ccp_keyboardAutoPopOnSearch="false"
app:ccp_showFullName="false"
+ app:ccp_countryPreference="US"
+ app:ccp_defaultNameCode="US"
/>
\ No newline at end of file