Properly handle phone numbers

This commit is contained in:
Maxime Dor
2017-08-13 00:16:21 +02:00
parent 5a683b41ef
commit 884583881b
4 changed files with 35 additions and 10 deletions

View File

@@ -60,6 +60,9 @@ dependencies {
// JSON
compile 'com.google.code.gson:gson:2.8.1'
// Phone numbers validation
compile 'com.googlecode.libphonenumber:libphonenumber:8.7.1'
testCompile 'junit:junit:4.12'
}