Version bumped
This commit is contained in:
parent
a8a55d532f
commit
f9992545ae
1 changed files with 2 additions and 3 deletions
|
@ -72,7 +72,7 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 4119
|
versionCode 4120
|
||||||
versionName "4.1"
|
versionName "4.1"
|
||||||
applicationId getPackageName()
|
applicationId getPackageName()
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
@ -167,8 +167,7 @@ dependencies {
|
||||||
debugImplementation project(path: ":linphone-sdk-android", configuration: 'debug')
|
debugImplementation project(path: ":linphone-sdk-android", configuration: 'debug')
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
debugImplementation "org.linphone:linphone-sdk-android-debug:4.1+"
|
implementation "org.linphone:linphone-sdk-android:4.1-366-g1b22291"
|
||||||
releaseImplementation "org.linphone:linphone-sdk-android:4.1+"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (firebaseEnabled()) {
|
if (firebaseEnabled()) {
|
||||||
|
|
Loading…
Reference in a new issue