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()) {
|
||||
implementation project(":linphone-sdk-android")
|
||||
} else {
|
||||
releaseImplementation "org.linphone:linphone-sdk-android:4.1"
|
||||
debugImplementation "org.linphone:linphone-sdk-android:4.1-debug"
|
||||
releaseImplementation "org.linphone:linphone-sdk-android:4.1+"
|
||||
debugImplementation "org.linphone:linphone-sdk-android:4.1+-debug"
|
||||
}
|
||||
}
|
||||
if (firebaseEnabled()) {
|
||||
|
|
Loading…
Reference in a new issue