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
1 changed files with 2 additions and 2 deletions

View File

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