From 5c3297231f8711485e6a1fd1284f0c924c3ed533 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 14:37:19 +0000 Subject: [PATCH] Update dependency com.googlecode.libphonenumber:libphonenumber to v9.0.27 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index bf99d802b..4bf6fd45c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -189,7 +189,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.1") implementation("androidx.legacy:legacy-support-v4:${androidSupportVersion}") implementation("androidx.legacy:legacy-support-v13:${androidSupportVersion}") - implementation("com.googlecode.libphonenumber:libphonenumber:9.0.9") + implementation("com.googlecode.libphonenumber:libphonenumber:9.0.27") def liblinphoneSdkDir = "libs/linphone-sdk/${liblinphoneVersion}" if (new File("${rootDir}/app/${liblinphoneSdkDir}/${liblinphoneSdk}").exists()) {