From ec2902bb8110bbdc65e7a3debca5e484cf513cf4 Mon Sep 17 00:00:00 2001 From: Chetan Mauth <58177064+chetanmauth@users.noreply.github.com> Date: Tue, 5 Aug 2025 16:02:25 +0530 Subject: [PATCH] Update build.gradle updated library --- ccp/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }