diff --git a/CHANGELOG.md b/CHANGELOG.md index 79f93cb..44970c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ **1.5.7.x** +- Added confirmation to the mark as read and update menues. + - Add to favorites from article viewer. - Added an option to use a webview in the article viewer (see #149) diff --git a/app/build.gradle b/app/build.gradle index dcd093f..aaeb2e7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,7 +13,7 @@ ext { buildDate: new Date() ] // This will make me able to build multiple times a day. May break thinks. I may forget it. - todaysBuilds = "3" + todaysBuilds = "1" } def gitVersion() {