summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-11-10 17:49:56 +0100
committerThomas <tschneider.ac@gmail.com>2022-11-10 17:49:56 +0100
commit9ed4964793c68c58341b8dc228593f213984e240 (patch)
tree0dd42019be15529eb2141f69f571c0009f857909
parentfbd9596dd96258809c6ad3cb3e56beebaf69bafb (diff)
Release 3.6.3
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/assets/release_notes/notes.json5
-rw-r--r--src/fdroid/fastlane/metadata/android/en/changelogs/424.txt5
3 files changed, 12 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index d3fef841c..1cbbc992b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 31
- versionCode 423
- versionName "3.6.2"
+ versionCode 424
+ versionName "3.6.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"
diff --git a/app/src/main/assets/release_notes/notes.json b/app/src/main/assets/release_notes/notes.json
index 4eccb6258..633185ba7 100644
--- a/app/src/main/assets/release_notes/notes.json
+++ b/app/src/main/assets/release_notes/notes.json
@@ -1,5 +1,10 @@
[
{
+ "version": "3.6.3",
+ "code": "424",
+ "note": "Fixed:\n- Issue with messages/notifications not correctly displayed\n- Friendica: issues with mentions and tags (open browser)\n- Improve sharing behaviour\n"
+ },
+ {
"version": "3.6.2",
"code": "423",
"note": "Fixed:\n- Order of notifications\n- URL when sharing boosted message\n- Blank pages when restarting\n- Fix some crashes"
diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/424.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/424.txt
new file mode 100644
index 000000000..0350db49b
--- /dev/null
+++ b/src/fdroid/fastlane/metadata/android/en/changelogs/424.txt
@@ -0,0 +1,5 @@
+Fixed:
+- Issue with messages/notifications not correctly displayed
+- Friendica: issues with mentions and tags (open browser)
+- Improve sharing behaviour
+