Public API inconsistency
mklkj opened this issue · 2 comments
mklkj commented
com.google.i18n.phonenumbers.CountryCodeToRegionCodeMap.getCountryCodeToRegionCodeMap()
has been public for some time but io.michaelrocks.libphonenumber.android.CountryCodeToRegionCodeMap.getCountryCodeToRegionCodeMap()
is package private
MichaelRocks commented
@mklkj Hi and thank you for reporting this issue. Seems it's a critical bug in the merging script. I'll try to understand what's going on there and manually port the missing changes.
MichaelRocks commented
The issue should be fixed in 8.12.53.