MichaelRocks/libphonenumber-android

Issue with 8.12.24 ? Can't find the class PhoneNumberUtil anymore?

AndroidDeveloperLB opened this issue · 2 comments

For some reason when I use 8.12.24 the class PhoneNumberUtil can't be found.
With 8.12.23 it works fine.

How come?
Something special changed?

Where did you try to find it? It's in the source code and I ensured it's in the aar artifact. I published the artifacts with a significant delay. Maybe that caused the issue you faced.

Find it? I didn't change the code. Only the version, from this:

implementation 'io.michaelrocks:libphonenumber-android:8.12.23'

To this:

implementation 'io.michaelrocks:libphonenumber-android:8.12.24'

Anyway, tried again. Now works fine. Odd.

Maybe I've updated too early?