Use 4.2+ version of SDK AAR
This commit is contained in:
parent
fdb1e0ed60
commit
80e1d9a78d
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ dependencies {
|
|||
debugImplementation project(path: ":linphone-sdk-android", configuration: 'debug')
|
||||
}
|
||||
} else {
|
||||
implementation "org.linphone:linphone-sdk-android:4.2"
|
||||
implementation "org.linphone:linphone-sdk-android:4.2+"
|
||||
}
|
||||
}
|
||||
if (firebaseEnabled()) {
|
||||
|
|
Loading…
Reference in a new issue