aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2015-09-21 20:02:46 +0200
committerChristian S <christian@pix-art.de>2015-09-21 20:08:18 +0200
commit09afda72d0cf1b115377b4ada9c04cd80ce45cba (patch)
tree8901bebf2caf8c782f76c13548dedef124c2650f
parent771e5c2264f1fe4e47a7ccb313c17aac6b3995ca (diff)
Version 1.6.11
* optimized app updater and increased app update check period to once a day
-rw-r--r--CHANGELOG.md5
-rw-r--r--build.gradle4
2 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c926ff32..fbcdbc865 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,12 @@
###Changelog
+####Version 1.6.11
+* optimized app updater and increased app update check period to once a
+day
+
####Version 1.6.10
* fixed facebook login
* fixed bug with ejabberd mam
-* use official HTTP File Upload namespace
* run app updater automatically
####Version 1.6.9
diff --git a/build.gradle b/build.gradle
index 61b11f491..2b79413cf 100644
--- a/build.gradle
+++ b/build.gradle
@@ -51,8 +51,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 21
- versionCode 97
- versionName "1.6.10"
+ versionCode 98
+ versionName "1.6.11"
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
}