Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/schaal/ocreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schaal <daniel@schaal.email>2020-06-09 11:49:48 +0300
committerDaniel Schaal <daniel@schaal.email>2020-06-09 11:49:48 +0300
commit8d7adb4c34ec34c73f61846d8830621f325f1c29 (patch)
treec89d1505abd40a0569b8ff565c8466f89b7612a3
parentd8833432ed2a2d05c02f38eb61a5a11638dad376 (diff)
Release 0.48 (51)v0.48
-rw-r--r--CHANGELOG.md5
-rw-r--r--app/build.gradle4
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eab672ad..8751d9b4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 0.48 (2020-06-09)
+
+* Make feed.link nullable (Closes: #99)
+* 0517944 Add breadcrumbs to preferences, remember last selected treeItem (Closes: #98)
+
## 0.47 (2020-06-02)
* Fix F-Droid build
diff --git a/app/build.gradle b/app/build.gradle
index 77195805..48c6196f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -35,8 +35,8 @@ android {
applicationId "email.schaal.ocreader"
minSdkVersion 21
targetSdkVersion 29
- versionCode 50
- versionName "0.47"
+ versionCode 51
+ versionName "0.48"
archivesBaseName = "${getApplicationId()}_${getVersionCode()}"