Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
Update to 0.22 (25)
Browse files Browse the repository at this point in the history
  • Loading branch information
schaal committed Oct 23, 2016
1 parent ad2361e commit c9aef6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()}"

Expand Down

0 comments on commit c9aef6e

Please sign in to comment.