File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/test/java/me/capcom/smsgateway/helpers Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ dependencies {
106
106
implementation platform(' com.google.firebase:firebase-bom:31.1.1' )
107
107
implementation ' com.google.firebase:firebase-messaging-ktx'
108
108
109
- implementation ' com.googlecode.libphonenumber:libphonenumber:8.13.26 '
109
+ implementation ' com.googlecode.libphonenumber:libphonenumber:8.13.46 '
110
110
111
111
// Koin for Android
112
112
implementation " io.insert-koin:koin-android:$koin_version "
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ internal class PhoneHelperTest {
26
26
" +81 3 1234 5678" to null , // Japan fixed line
27
27
" +1 416-555-1234" to " +14165551234" , // Canada
28
28
" +91 98765 43210" to " +919876543210" , // India
29
+ " +212724364434" to " +212724364434" ,
29
30
)
30
31
31
32
tests.forEach { (t, u) ->
You can’t perform that action at this time.
0 commit comments