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.37 (40)
Browse files Browse the repository at this point in the history
  • Loading branch information
schaal committed Aug 4, 2017
1 parent ec3b436 commit d49022a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.37 (2017-08-04)

* Fallback to http when scheme is not entered and https fails when entering server details
* Add preference to change sort field
* Replace picasso with glide, which leads to better caching of favicons
* Use AboutLibraries to display libraries used
* Allow the fingerprint to be null, Fixes #69
* Use primary color as default link color in webview

## 0.36 (2017-06-05)

* Check if feed title is empty, Fixes #67
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 26
versionCode 39
versionName "0.36"
versionCode 40
versionName "0.37"

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

Expand Down

0 comments on commit d49022a

Please sign in to comment.