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-02 13:59:09 +0300
committerDaniel Schaal <daniel@schaal.email>2020-06-02 13:59:09 +0300
commit078867aef308dbbc9bed2e16a05f32ad51c076df (patch)
tree44a228ee5ac89ca0c4ed10b73b27c1012c5497e8
parent1e7418209e984777168ca837e5cbad376ad09002 (diff)
Release 0.47 (50)v0.47
-rw-r--r--CHANGELOG.md4
-rw-r--r--app/build.gradle4
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5bcb469c..eab672ad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.47 (2020-06-02)
+
+* Fix F-Droid build
+
## 0.46 (2020-05-28)
* Use DateUtils to format relative time span
diff --git a/app/build.gradle b/app/build.gradle
index 2717bb40..77195805 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -35,8 +35,8 @@ android {
applicationId "email.schaal.ocreader"
minSdkVersion 21
targetSdkVersion 29
- versionCode 49
- versionName "0.46"
+ versionCode 50
+ versionName "0.47"
archivesBaseName = "${getApplicationId()}_${getVersionCode()}"