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.21 (24)
Browse files Browse the repository at this point in the history
  • Loading branch information
schaal committed Oct 6, 2016
1 parent dd02680 commit dddb66a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.21 (2016-10-06)

* Fix crash when username is not known yet (Fixes #22)

## 0.20 (2016-10-06)

* Fix ordering in article view
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId "email.schaal.ocreader"
minSdkVersion 16
targetSdkVersion 24
versionCode 23
versionName "0.20"
versionCode 24
versionName "0.21"

archivesBaseName="${getApplicationId()}_${getVersionCode()}"

Expand Down

0 comments on commit dddb66a

Please sign in to comment.