capcom6 / android-sms-gateway

The SMS Gateway for Androidâ„¢ app enables sending and receiving SMS messages through an API that can be accessed directly on the device or via a cloud server when direct device access is not possible.
https://sms.capcom.me
Apache License 2.0
131 stars 32 forks source link

Update libphonenumber dependency #26

Closed hsul4n closed 6 months ago

hsul4n commented 6 months ago

Hello there..

I'am having an issue while sending to some new phone numbers and I figured out that new format number was published earlier in libphonenumber 8.13.3 and the current used version is 8.12.32..

Upgrading libphonenumber to latest version 8.13.27 will fix that issue.

capcom6 commented 6 months ago

Hey there,

Thanks for letting me know about this issue.

If you're using the local server mode, you can give version 1.3.1 a try from our GitHub releases here. If you're using the cloud server, I'll update the server in the next few days to include the latest libphonenumber version.