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

Commit

Permalink
Release 0.36 (39)
Browse files Browse the repository at this point in the history
  • Loading branch information
schaal committed Jun 5, 2017
1 parent 4c4fbbb commit 6fd0e96
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.36 (2017-06-05)

* Check if feed title is empty, Fixes #67
* Fix issues reported via email (realm objects no longer valid)

## 0.35 (2017-05-21)

* Show all articles when only unread is disabled (Fixes #54)
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 25
versionCode 38
versionName "0.35"
versionCode 39
versionName "0.36"

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

Expand Down

0 comments on commit 6fd0e96

Please sign in to comment.