summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-10-09 18:27:35 +0200
committerThomas <tschneider.ac@gmail.com>2022-10-09 18:27:35 +0200
commita14ffbc0948a704a216c9be0f0f593e7f77d7ff8 (patch)
tree8a426160918b3321233b6d41d164f2dd10dd25fe
parent99d2976993c395739e2e2fc4e22c51414cbd31f6 (diff)
Fix attach media to a reply.3.4.2
-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/415.txt2
3 files changed, 9 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 335b77699..08f860d22 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 31
- versionCode 414
- versionName "3.4.1"
+ versionCode 415
+ versionName "3.4.2"
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 9257f0526..616c45812 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.4.2",
+ "code": "412",
+ "note": "Fixed:\n- Attach media to a reply"
+ },
+ {
"version": "3.4.1",
"code": "414",
"note": "Added:\n- Disable counters in settings\nFixed:\n- Duplicated messages from cache\n- Notifications in double\n- Drafts not automatically removed\n- Messages not removed from cache after deletion"
diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/415.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/415.txt
new file mode 100644
index 000000000..73cc082ae
--- /dev/null
+++ b/src/fdroid/fastlane/metadata/android/en/changelogs/415.txt
@@ -0,0 +1,2 @@
+Fixed:
+- Attach media to a reply \ No newline at end of file