version bump to 1.10.0

This commit is contained in:
Daniel Gultsch 2016-02-21 23:03:30 +01:00
parent d2cfac222e
commit c20d8ac69e
1 changed files with 3 additions and 2 deletions

View File

@ -58,9 +58,10 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 124
versionName "1.10.0-beta"
versionCode 127
versionName "1.10.0"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}
compileOptions {