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

github.com/schaal/ocreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schaal <daniel@schaal.email>2016-10-23 09:22:07 +0300
committerDaniel Schaal <daniel@schaal.email>2016-10-23 09:22:07 +0300
commitc9aef6eb7373a08818ea8f3e34bf51a68fcb334e (patch)
treedc6e7a0ce3173a6b2222f1fbf09a12ff39d28843
parentad2361e0c9d8c42a6d5a5f2163b2aa7ab32dad36 (diff)
Update to 0.22 (25)v0.22
-rw-r--r--CHANGELOG.md5
-rw-r--r--app/build.gradle4
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ad042703..0de2db92 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 0.22 (2016-10-23)
+
+* Fix login with subdirectory (Thanks to @Eloo) (Fixes #23)
+* Improve error messages when login failed
+
## 0.21 (2016-10-06)
* Fix crash when username is not known yet (Fixes #22)
diff --git a/app/build.gradle b/app/build.gradle
index e31db0fd..e8fe176d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -32,8 +32,8 @@ android {
applicationId "email.schaal.ocreader"
minSdkVersion 16
targetSdkVersion 24
- versionCode 24
- versionName "0.21"
+ versionCode 25
+ versionName "0.22"
archivesBaseName="${getApplicationId()}_${getVersionCode()}"