From d58a85932a4d3aa4fa05bf9c7c208dda68a1fae8 Mon Sep 17 00:00:00 2001 From: Lionscribe Software LLC Date: Wed, 24 Feb 2021 00:19:25 -0500 Subject: [PATCH] Update README.md (#2582) Added info about the android port at https://github.com/lionscribe/libphonenumber-android which also supports geocoding, and only requires a one line code change. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3cfda273..59015565e 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,9 @@ Alternatives to our own versions: If you don't want to do this, check out the port at https://github.com/MichaelRocks/libphonenumber-android, which does repackage the metadata and use `AssetManager#open()`, and may be depended on without - needing those specific loading optimizations from clients. + needing those specific loading optimizations from clients. You should also check + out the port at https://github.com/lionscribe/libphonenumber-android which also + supports geocoding, and only requires a one line code change. * Javascript: If you don't want to use our version, which depends on Closure, there are several other options, including https://github.com/catamphetamine/libphonenumber-js - a stripped-down