Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mona-baharlou opened this issue Sep 14, 2021 · 4 comments
Open

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

mona-baharlou opened this issue Sep 14, 2021 · 4 comments

Comments

@mona-baharlou
Copy link

I get this error

Could not find io.michaelrocks:libphonenumber-android:8.12.5.
Required by:
project :app > com.github.joielechong:countrycodepicker:2.4.2

how can I solve this?

@emamagic
Copy link

emamagic commented Mar 1, 2022

hi
I had the same problem, what I just did to solve that bug
clone the project and go build.gradle file, and change the io.michaelrocks:libphonenumber-android: library version from 8.12.5 to 8.12.44
that was work for me

@PalankiBharat
Copy link

hi I had the same problem, what I just did to solve that bug clone the project and go build.gradle file, and change the io.michaelrocks:libphonenumber-android: library version from 8.12.5 to 8.12.44 that was work for me

How to clone and use that can you pls tell the steps

@oddlyspaced
Copy link

In order to use this library ensure that you have these 2 dependencies in your build.gradle :

implementation 'io.michaelrocks:libphonenumber-android:8.12.44'
implementation 'com.github.joielechong:countrycodepicker:2.4.2'

@OyuClub
Copy link

OyuClub commented Aug 8, 2023

add jcenter() in settings.gradle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants