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>2017-07-12 15:46:12 +0300
committerDaniel Gultsch <daniel@gultsch.de>2017-07-12 15:46:12 +0300
commit35a4b848a5f664e24a5c9d5297cec1a686528be7 (patch)
tree5252a3547f6ba1c15374f95e25c0abc015d49c67
parent45f92553c4924ae520cb7625711f25c554306fbd (diff)
version bump to 1.19.3 + changelog1.19.3
-rw-r--r--CHANGELOG.md4
-rw-r--r--build.gradle4
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 37d70010b..bcb44685f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## Version 1.19.3
+* Do not create foreground service when all accounts are disabled
+* bug fixes
+
### Version 1.19.2
* bug fixes
diff --git a/build.gradle b/build.gradle
index adf899db3..3ba1628ef 100644
--- a/build.gradle
+++ b/build.gradle
@@ -56,8 +56,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
- versionCode 224
- versionName "1.19.2"
+ versionCode 225
+ versionName "1.19.3"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}