Open mona-baharlou opened 3 years ago
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
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
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'
add jcenter() in settings.gradle
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?