increment version code and release version 1.15.0

This commit is contained in:
Daniel Gultsch 2016-11-30 10:48:30 +01:00
parent a7ec23ef30
commit c62f3f99be

View file

@ -55,8 +55,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 24 targetSdkVersion 24
versionCode 183 versionCode 186
versionName "1.15.0-beta" versionName "1.15.0"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
} }