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>2018-12-20 12:38:09 +0300
committerDaniel Gultsch <daniel@gultsch.de>2018-12-20 12:38:09 +0300
commit04d5c7a8215d0c0801ea0229b05a4e23b0a35798 (patch)
tree3489a82b6afd8e4199dc25a5ea8154460ccf6a07 /build.gradle
parent9659f46136aab868fe185181912ebd227c03670b (diff)
version bump to 2.3.10 + changelog2.3.10
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 1bfb36a55..f5b42e5fc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -77,8 +77,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
- versionCode 307
- versionName "2.3.9"
+ versionCode 309
+ versionName "2.3.10"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId