diff --git a/build.gradle b/build.gradle index ce88c4108..deaae0e23 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {