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

Commit

Permalink
Update to version 0.10 (13)
Browse files Browse the repository at this point in the history
  • Loading branch information
schaal committed Jun 11, 2016
1 parent d8da64f commit 6398ecf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.10 (2016-06-11)

The "Smooth Operator" release

* Make the color transition smoother when swiping from article to article
* Add fade effect or the favicon color in the list view
* Fix favicon loading (again)
* Small design changes to better follow the material design spec
* Some fixes for sdk levels < 19

## 0.9 (2016-06-05)

The "color ALL the feeds" release
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
applicationId "email.schaal.ocreader"
minSdkVersion 16
targetSdkVersion 23
versionCode 12
versionName "0.9"
versionCode 13
versionName "0.10"

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

Expand Down

0 comments on commit 6398ecf

Please sign in to comment.