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-01-11 13:30:11 +0300
committerDaniel Gultsch <daniel@gultsch.de>2021-01-11 13:30:11 +0300
commit07cc5c13cac39dae427c5a57d7459ae71723d380 (patch)
tree5c3fd7fc7cfc8c32b026df8ff63933f3f8baae07 /build.gradle
parentb0584137b419b099e510139b091c1c99ee932667 (diff)
version bump to 2.9.4 + changelog2.9.4
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index de1c4efed..b3b95a841 100644
--- a/build.gradle
+++ b/build.gradle
@@ -95,8 +95,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
- versionCode 403
- versionName "2.9.3"
+ versionCode 404
+ versionName "2.9.4"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId