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.29 (32)
Browse files Browse the repository at this point in the history
  • Loading branch information
schaal committed Mar 10, 2017
1 parent a906a83 commit 70a68e0
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.29 (2017-03-10)

* Add app shortcuts for Android 7.1
* Move buttons to mark as read and to star to the bottom in the article pager (Fixes #43)

## 0.28 (2017-02-11)

* Prepend https:// to server url if user didn't enter url scheme
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 31
versionName "0.28"
versionCode 32
versionName "0.29"

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

Expand Down

0 comments on commit 70a68e0

Please sign in to comment.