Skip to content

Commit b3283c3

Browse files
Update dependency com.googlecode.libphonenumber:libphonenumber to v9.0.11
1 parent f3c7a6b commit b3283c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ dependencies {
189189
implementation("androidx.appcompat:appcompat:1.7.1")
190190
implementation("androidx.legacy:legacy-support-v4:${androidSupportVersion}")
191191
implementation("androidx.legacy:legacy-support-v13:${androidSupportVersion}")
192-
implementation("com.googlecode.libphonenumber:libphonenumber:9.0.9")
192+
implementation("com.googlecode.libphonenumber:libphonenumber:9.0.11")
193193

194194
def liblinphoneSdkDir = "libs/linphone-sdk/${liblinphoneVersion}"
195195
if (new File("${rootDir}/app/${liblinphoneSdkDir}/${liblinphoneSdk}").exists()) {

0 commit comments

Comments
 (0)