diff --git a/ccp/build.gradle b/ccp/build.gradle index 118d8e34..fd6e8cb2 100644 --- a/ccp/build.gradle +++ b/ccp/build.gradle @@ -26,6 +26,6 @@ dependencies { implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'androidx.core:core:1.6.0' - implementation 'io.michaelrocks:libphonenumber-android:8.12.52' + implementation 'io.michaelrocks:libphonenumber-android:9.0.5' implementation "androidx.cardview:cardview:1.0.0" }