build.gradle 🔗
@@ -56,8 +56,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
- versionCode 200
- versionName "1.17.0-beta"
+ versionCode 201
+ versionName "1.17.0-beta.2"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}