joielechong / CountryCodePicker

Country Code Picker (CCP) is an android library which provides an easy way to search and select country phone code ( national code ) for the telephone number.
Apache License 2.0
317 stars 145 forks source link

Could not find io.michaelrocks:libphonenumber-android:8.12.5 #126

Open minhajnadeem opened 2 months ago

minhajnadeem commented 2 months ago

Can you please have a look into this issue. My project is now unable to build.

`> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.

Could not find io.michaelrocks:libphonenumber-android:8.12.5. Searched in the following locations:

Screenshot 2024-09-09 102429

robillo commented 2 months ago

Facing the same issue, any other hosted link?

AndroidWithRossyn commented 1 month ago

I faced the same issue. Since the library is no longer being updated, so I manually added the dependency to resolve the problem. version ('io.michaelrocks:libphonenumber-android:8.13.35' ) is available.