Now using 4.5 SDK
This commit is contained in:
parent
732cc7586c
commit
5e540dce71
1 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ static def firebaseEnabled() {
|
|||
}
|
||||
|
||||
task getGitVersion() {
|
||||
def gitVersion = "5.0"
|
||||
def gitVersion = "5.0.0"
|
||||
def gitVersionStream = new ByteArrayOutputStream()
|
||||
def gitCommitsCount = new ByteArrayOutputStream()
|
||||
def gitCommitHash = new ByteArrayOutputStream()
|
||||
|
@ -58,7 +58,7 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 29
|
||||
versionCode 4300
|
||||
versionCode 4999
|
||||
versionName "${project.version}"
|
||||
applicationId getPackageName()
|
||||
}
|
||||
|
@ -167,7 +167,7 @@ dependencies {
|
|||
implementation 'com.google.firebase:firebase-messaging:19.0.1'
|
||||
}
|
||||
|
||||
implementation 'org.linphone:linphone-sdk-android:4.4.0-alpha+'
|
||||
implementation 'org.linphone:linphone-sdk-android:4.5+'
|
||||
}
|
||||
|
||||
if (firebaseEnabled()) {
|
||||
|
@ -192,4 +192,4 @@ ktlint {
|
|||
ignoreFailures = true
|
||||
}
|
||||
|
||||
project.tasks['preBuild'].dependsOn 'ktlintFormat'
|
||||
project.tasks['preBuild'].dependsOn 'ktlintFormat'
|
||||
|
|
Loading…
Reference in a new issue