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() {
|
task getGitVersion() {
|
||||||
def gitVersion = "5.0"
|
def gitVersion = "5.0.0"
|
||||||
def gitVersionStream = new ByteArrayOutputStream()
|
def gitVersionStream = new ByteArrayOutputStream()
|
||||||
def gitCommitsCount = new ByteArrayOutputStream()
|
def gitCommitsCount = new ByteArrayOutputStream()
|
||||||
def gitCommitHash = new ByteArrayOutputStream()
|
def gitCommitHash = new ByteArrayOutputStream()
|
||||||
|
@ -58,7 +58,7 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 4300
|
versionCode 4999
|
||||||
versionName "${project.version}"
|
versionName "${project.version}"
|
||||||
applicationId getPackageName()
|
applicationId getPackageName()
|
||||||
}
|
}
|
||||||
|
@ -167,7 +167,7 @@ dependencies {
|
||||||
implementation 'com.google.firebase:firebase-messaging:19.0.1'
|
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()) {
|
if (firebaseEnabled()) {
|
||||||
|
|
Loading…
Reference in a new issue