From 987b83944dae47c399437b92e73cedc7cb3c04a7 Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 8 Sep 2022 17:42:03 +0200 Subject: [PATCH] Release 3.1.2 --- app/build.gradle | 4 ++-- app/src/main/assets/release_notes/notes.json | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e591ddf8..aab4b65b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { defaultConfig { minSdk 21 targetSdk 31 - versionCode 403 - versionName "3.1.1" + versionCode 404 + versionName "3.1.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 b951e4b9..71ee2a1c 100644 --- a/app/src/main/assets/release_notes/notes.json +++ b/app/src/main/assets/release_notes/notes.json @@ -1,4 +1,9 @@ [ + { + "version": "3.1.2", + "code": "404", + "note": "Added:\n- Export Settings\n- Propagate manual reordering of lists in timeline to \"Lists\" submenu\n\nChanged:\n- Improve fit preview images\n\nFixed:\n- Some Peertube videos not working\n- Respect the default visibility account when replying\n- Discriminate gif from images\n- App crashes when opening external instance timeline\n- Remove button in thread composer crashes the app\n- Back button opens a lot of old activities before closing the app\n- Problems with sharing\n- Reorder Lists with UI issue on change the visibility\n- Link is not shown correctly in posts from Friendica" + }, { "version": "3.1.1", "code": "403",