Bumped version name to 5.3.0 & use SDK 5.4
This commit is contained in:
parent
4da3c2f6fc
commit
d8ebc1003a
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ plugins {
|
||||||
id 'org.jetbrains.kotlin.android'
|
id 'org.jetbrains.kotlin.android'
|
||||||
}
|
}
|
||||||
|
|
||||||
def appVersionName = "5.2.0"
|
def appVersionName = "5.3.0"
|
||||||
def appVersionCode = 52000
|
def appVersionCode = 52000
|
||||||
|
|
||||||
def packageName = "org.linphone"
|
def packageName = "org.linphone"
|
||||||
|
@ -251,7 +251,7 @@ dependencies {
|
||||||
implementation 'com.google.firebase:firebase-messaging'
|
implementation 'com.google.firebase:firebase-messaging'
|
||||||
}
|
}
|
||||||
|
|
||||||
implementation 'org.linphone:linphone-sdk-android:5.3+'
|
implementation 'org.linphone:linphone-sdk-android:5.4+'
|
||||||
|
|
||||||
// Only enable leak canary prior to release
|
// Only enable leak canary prior to release
|
||||||
// debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.10'
|
// debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.10'
|
||||||
|
|
Loading…
Reference in a new issue