We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c7a6b commit b3283c3Copy full SHA for b3283c3
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.11")
193
194
def liblinphoneSdkDir = "libs/linphone-sdk/${liblinphoneVersion}"
195
if (new File("${rootDir}/app/${liblinphoneSdkDir}/${liblinphoneSdk}").exists()) {
0 commit comments