summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortom79 <tschneider.ac@gmail.com>2019-10-09 18:56:31 +0200
committertom79 <tschneider.ac@gmail.com>2019-10-09 18:56:31 +0200
commit27324a9cff042304dd86ebdd6879b7164a289e4a (patch)
treef7bc22cbbecbb24650195f759dc744c020ee5816
parent60d0b5df7a4cb81d847acf45cf6cfe6865146076 (diff)
Prepare release 2.21.1
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/324.txt12
2 files changed, 14 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 49d146b1a..9774d05eb 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 18
targetSdkVersion 29
- versionCode 323
- versionName "2.21.0"
+ versionCode 324
+ versionName "2.21.1"
multiDexEnabled true
renderscriptTargetApi 28 as int
renderscriptSupportModeEnabled true
diff --git a/fastlane/metadata/android/en-US/changelogs/324.txt b/fastlane/metadata/android/en-US/changelogs/324.txt
new file mode 100644
index 000000000..6f2796001
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/324.txt
@@ -0,0 +1,12 @@
+Added
+- Preview for the automatic split feature (mentions in each message can be added/removed in a simple click)
+
+Changed
+- Improvement with delayed notifications
+- Replace Twitter names with Nitter
+
+Fixed
+- Fix cross sharing issue with media
+- Improve account switching
+- Peertube connection
+- Fix some crashes \ No newline at end of file