Use 4.1 or newer version of aar
This commit is contained in:
parent
9ebd4e71f1
commit
feb7c7ec14
1 changed files with 2 additions and 2 deletions
|
@ -115,8 +115,8 @@ dependencies {
|
||||||
if (isLocalAarAvailable()) {
|
if (isLocalAarAvailable()) {
|
||||||
implementation project(":linphone-sdk-android")
|
implementation project(":linphone-sdk-android")
|
||||||
} else {
|
} else {
|
||||||
releaseImplementation "org.linphone:linphone-sdk-android:4.1"
|
releaseImplementation "org.linphone:linphone-sdk-android:4.1+"
|
||||||
debugImplementation "org.linphone:linphone-sdk-android:4.1-debug"
|
debugImplementation "org.linphone:linphone-sdk-android:4.1+-debug"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (firebaseEnabled()) {
|
if (firebaseEnabled()) {
|
||||||
|
|
Loading…
Reference in a new issue