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

Commit

Permalink
Release 0.46 (49)
Browse files Browse the repository at this point in the history
  • Loading branch information
schaal committed May 28, 2020
1 parent 1a84adf commit bfab967
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.46 (2020-05-28)

* Use DateUtils to format relative time span
* Use addPathSegments to build API base url (Closes: #95)
* Migrate updatedAt to lastModified (Closes: #97)

## 0.45 (2020-05-18)

* Add option to reset database
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ android {
applicationId "email.schaal.ocreader"
minSdkVersion 21
targetSdkVersion 29
versionCode 48
versionName "0.45"
versionCode 49
versionName "0.46"

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

Expand Down

0 comments on commit bfab967

Please sign in to comment.