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

Commit

Permalink
Release v0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
schaal committed May 18, 2020
1 parent 4a4a6dd commit da0e13e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.45 (2020-05-18)

* Add option to reset database
* Use nextcloud login flow to get an apptoken instead of asking for password
* User has to login again
* Update UI
* Use Bottomsheet instead of Drawers
* Add system setting to dark theme preference
* Rewrite in Kotlin
* Target SDK 29
* Update app icon background layer

## 0.44 (2019-01-06)

* Disable ACRA
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {
applicationId "email.schaal.ocreader"
minSdkVersion 21
targetSdkVersion 29
versionCode 47
versionName "0.44"
versionCode 48
versionName "0.45"

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

Expand Down

0 comments on commit da0e13e

Please sign in to comment.