Updated build.gradle for force use 4.4.0-alpha and not 4.4.0-beta
This commit is contained in:
parent
fe74598df8
commit
af97d0b545
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ dependencies {
|
|||
implementation 'com.google.firebase:firebase-messaging:19.0.1'
|
||||
}
|
||||
|
||||
implementation 'org.linphone:linphone-sdk-android:4.4+'
|
||||
implementation 'org.linphone:linphone-sdk-android:4.4.0-alpha+'
|
||||
}
|
||||
|
||||
if (firebaseEnabled()) {
|
||||
|
|
Loading…
Reference in a new issue