version bump to 1.21.0-beta

This commit is contained in:
Daniel Gultsch 2017-09-24 08:35:17 +02:00
parent 129b84bda8
commit a95fe08780
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 234
versionName "1.20.1"
versionCode 235
versionName "1.21.0-beta"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}