libphonenumber-android icon indicating copy to clipboard operation
libphonenumber-android copied to clipboard

Public API inconsistency

Open mklkj opened this issue 3 years ago • 1 comments

com.google.i18n.phonenumbers.CountryCodeToRegionCodeMap.getCountryCodeToRegionCodeMap() has been public for some time but io.michaelrocks.libphonenumber.android.CountryCodeToRegionCodeMap.getCountryCodeToRegionCodeMap() is package private

mklkj avatar Jul 20 '22 12:07 mklkj

@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 avatar Jul 20 '22 19:07 MichaelRocks

The issue should be fixed in 8.12.53.

MichaelRocks avatar Oct 16 '22 21:10 MichaelRocks