Skip to content

Commit

Permalink
Merge pull request #6281 from vector-im/dependabot/gradle/com.googlec…
Browse files Browse the repository at this point in the history
…ode.libphonenumber-libphonenumber-8.12.50

Bump libphonenumber from 8.12.49 to 8.12.50
  • Loading branch information
bmarty authored Jun 10, 2022
2 parents 027619a + 5689006 commit 88d2853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion matrix-sdk-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ dependencies {
implementation libs.apache.commonsImaging

// Phone number https://github.com/google/libphonenumber
implementation 'com.googlecode.libphonenumber:libphonenumber:8.12.49'
implementation 'com.googlecode.libphonenumber:libphonenumber:8.12.50'

testImplementation libs.tests.junit
// Note: version sticks to 1.9.2 due to https://github.com/mockk/mockk/issues/281
Expand Down
2 changes: 1 addition & 1 deletion vector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ dependencies {
implementation 'com.facebook.stetho:stetho:1.6.0'

// Phone number https://github.com/google/libphonenumber
implementation 'com.googlecode.libphonenumber:libphonenumber:8.12.49'
implementation 'com.googlecode.libphonenumber:libphonenumber:8.12.50'

// FlowBinding
implementation libs.github.flowBinding
Expand Down

0 comments on commit 88d2853

Please sign in to comment.