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

Commit

Permalink
Update to release 0.17 (20)
Browse files Browse the repository at this point in the history
  • Loading branch information
schaal committed Sep 8, 2016
1 parent b3e64e0 commit f2a1f1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.17 (2016-09-08)

* Use the same dialog for changing and adding a feed
* Use the dominant favicon color asa color for a feed
* Handle the case when the returned item url is NULL

## 0.16 (2016-08-26)

* Fix crash when trying to login
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 19
versionName "0.16"
versionCode 20
versionName "0.17"

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

Expand Down

0 comments on commit f2a1f1b

Please sign in to comment.