Skip to content

Commit

Permalink
[deps] update libphonenumber to 8.13.46
Browse files Browse the repository at this point in the history
  • Loading branch information
capcom6 committed Oct 3, 2024
1 parent ef18790 commit d5707f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ dependencies {
implementation platform('com.google.firebase:firebase-bom:31.1.1')
implementation 'com.google.firebase:firebase-messaging-ktx'

implementation 'com.googlecode.libphonenumber:libphonenumber:8.13.26'
implementation 'com.googlecode.libphonenumber:libphonenumber:8.13.46'

// Koin for Android
implementation "io.insert-koin:koin-android:$koin_version"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ internal class PhoneHelperTest {
"+81 3 1234 5678" to null, // Japan fixed line
"+1 416-555-1234" to "+14165551234", // Canada
"+91 98765 43210" to "+919876543210", // India
"+212724364434" to "+212724364434",
)

tests.forEach { (t, u) ->
Expand Down

0 comments on commit d5707f3

Please sign in to comment.