Version bumped

This commit is contained in:
Sylvain Berfini 2019-04-17 10:46:39 +02:00
parent a8a55d532f
commit f9992545ae

View file

@ -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()) {