diff --git a/build.gradle b/build.gradle index 524281f381f3292553493c0b9b4a9797684ab6b9..569d337ff1cd4315e8b526985c26910d80d64c76 100644 --- a/build.gradle +++ b/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" }