miguelpruivo / country_codes

Country codes is an helper package that provides country details given a particular localization, such as dial codes, ISO 3166 codes (alpha-2, alpha-3) and country names.
MIT License
29 stars 34 forks source link

Resolved issue where "NewApi" build error occurred in API version 21 … #38

Open rouddy opened 3 months ago

rouddy commented 3 months ago

Resolved issue where "NewApi" build error occurred in API version 21 or lower.

toLanguageTag and forLanguageTag of Locale is support from API level 21 and minSdkVersion is 16. Modify to branch code based on build version.

miguelpruivo commented 1 month ago

Does this still make sense as of today?