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 {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 28
|
||||
versionCode 4119
|
||||
versionCode 4120
|
||||
versionName "4.1"
|
||||
applicationId getPackageName()
|
||||
multiDexEnabled true
|
||||
|
@ -167,8 +167,7 @@ dependencies {
|
|||
debugImplementation project(path: ":linphone-sdk-android", configuration: 'debug')
|
||||
}
|
||||
} else {
|
||||
debugImplementation "org.linphone:linphone-sdk-android-debug:4.1+"
|
||||
releaseImplementation "org.linphone:linphone-sdk-android:4.1+"
|
||||
implementation "org.linphone:linphone-sdk-android:4.1-366-g1b22291"
|
||||
}
|
||||
}
|
||||
if (firebaseEnabled()) {
|
||||
|
|
Loading…
Reference in a new issue