From 4e76197b3f22a8a2687655e381e83c020cb2837b Mon Sep 17 00:00:00 2001 From: Aristos Pasalides Date: Thu, 15 Dec 2022 10:44:46 +0200 Subject: [PATCH] Update `libphonenumber-android` library to `8.13.2` & disable its api --- countrycodepicker/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/countrycodepicker/build.gradle b/countrycodepicker/build.gradle index 26f8634..32b1f34 100644 --- a/countrycodepicker/build.gradle +++ b/countrycodepicker/build.gradle @@ -23,7 +23,7 @@ android { } dependencies { - api 'com.github.MichaelRocks:libphonenumber-android:v8.12.5' + implementation 'io.michaelrocks:libphonenumber-android:8.13.2' implementation 'androidx.annotation:annotation:1.1.0' }