Skip to content

Commit

Permalink
Merge pull request #830 from simlar/renovate/com.googlecode.libphonen…
Browse files Browse the repository at this point in the history
…umber-libphonenumber-8.x

Update dependency com.googlecode.libphonenumber:libphonenumber to v8.13.51
  • Loading branch information
BenSartor authored Dec 4, 2024
2 parents 812dcfe + 465efdd commit 9beb77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.legacy:legacy-support-v4:${androidSupportVersion}")
implementation("androidx.legacy:legacy-support-v13:${androidSupportVersion}")
implementation("com.googlecode.libphonenumber:libphonenumber:8.13.49")
implementation("com.googlecode.libphonenumber:libphonenumber:8.13.51")

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

0 comments on commit 9beb77d

Please sign in to comment.