Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2021-09-11 11:28:34 +0300
committerDaniel Gultsch <daniel@gultsch.de>2021-09-11 11:28:34 +0300
commit3f315751a12fb8178d44733289e77197c7a0f296 (patch)
tree74e7f4805342c2b0a534c34214795a3fa980ffae
parent68d8e2b9cf4b3b89b06fa0118f3bf9d1e06ee589 (diff)
version bump to 2.10.02.10.0
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 4a80ccaaf..1fcf2d8bc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -93,8 +93,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
- versionCode 42017
- versionName "2.10.0-beta.2"
+ versionCode 42018
+ versionName "2.10.0"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId