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-19 09:21:49 +0300
committerDaniel Schaal <daniel@schaal.email>2020-06-19 09:21:55 +0300
commit0aa54860abce27e1f48f997ed800f82616ac4051 (patch)
treea34bb6769ce26aca93157e654e619a4259b05b3f
parent963d57bf96a450853ade8baa9646fc868cd6f976 (diff)
Release 0.52 (52)v0.52
Synchronize version code and version name
-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 8751d9b4..967e0b17 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 0.49 (2020-06-19)
+
+* Override String variant of shouldOverrideUrlLoading to fix login on API < 24 (Closes: #106)
+* Use primary dark color as background for action mode to make icons visible (Closes: #105)
+
## 0.48 (2020-06-09)
* Make feed.link nullable (Closes: #99)
diff --git a/app/build.gradle b/app/build.gradle
index 2abc4899..36b79605 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -35,8 +35,8 @@ android {
applicationId "email.schaal.ocreader"
minSdkVersion 21
targetSdkVersion 29
- versionCode 51
- versionName "0.48"
+ versionCode 52
+ versionName "0.52"
archivesBaseName = "${getApplicationId()}_${getVersionCode()}"