summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-11-19 18:13:16 +0100
committerThomas <tschneider.ac@gmail.com>2022-11-19 18:13:16 +0100
commit9d8c815a1aa82238c8c61afc30485a795af28e22 (patch)
tree77c7ef5c9109ef7bb030b2967442ad9a9d5331a6
parent90ed830b3334e025592d704e0440bb286be7d793 (diff)
Release 3.7.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/430.txt5
3 files changed, 12 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 6b3254a49..7281c3ef8 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 31
- versionCode 429
- versionName "3.7.2"
+ versionCode 430
+ versionName "3.7.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 28f4e1d63..fb0f1edb7 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.7.3",
+ "code": "430",
+ "note": "Added:\n- Visit profiles without being authenticated / Allow to display all their messages\n\nFixed:\n- Saving media fails on some devices"
+ },
+ {
"version": "3.7.2",
"code": "429",
"note": "Added:\n- Full support to new filters for Mastodon 4"
diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/430.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/430.txt
new file mode 100644
index 000000000..bcf2e070b
--- /dev/null
+++ b/src/fdroid/fastlane/metadata/android/en/changelogs/430.txt
@@ -0,0 +1,5 @@
+Added:
+- Visit profiles without being authenticated / Allow to display all their messages
+
+Fixed:
+- Saving media fails on some devices \ No newline at end of file