We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c7a6b commit 91f838fCopy full SHA for 91f838f
app/build.gradle
@@ -189,7 +189,7 @@ dependencies {
189
implementation("androidx.appcompat:appcompat:1.7.1")
190
implementation("androidx.legacy:legacy-support-v4:${androidSupportVersion}")
191
implementation("androidx.legacy:legacy-support-v13:${androidSupportVersion}")
192
- implementation("com.googlecode.libphonenumber:libphonenumber:9.0.9")
+ implementation("com.googlecode.libphonenumber:libphonenumber:9.0.23")
193
194
def liblinphoneSdkDir = "libs/linphone-sdk/${liblinphoneVersion}"
195
if (new File("${rootDir}/app/${liblinphoneSdkDir}/${liblinphoneSdk}").exists()) {
0 commit comments