summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortom79 <tschneider.ac@gmail.com>2019-07-19 21:52:04 +0200
committertom79 <tschneider.ac@gmail.com>2019-07-19 21:52:04 +0200
commit7293a5ccc9b9882e8a491677469c88965a9d9913 (patch)
tree3c309218f25e9f574581cae8e068ef67bee4e32e
parent3964bd0887ffb02ca295200c0deabe919aa35460 (diff)
Release 2.10.3
-rw-r--r--app/build.gradle6
-rw-r--r--fastlane/metadata/android/en-US/changelogs/294.txt11
2 files changed, 14 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index f3bb836ae..9d175bb82 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 18
targetSdkVersion 28
- versionCode 293
- versionName "2.10.2"
+ versionCode 294
+ versionName "2.10.3"
multiDexEnabled true
renderscriptTargetApi 28 as int
renderscriptSupportModeEnabled true
@@ -67,7 +67,7 @@ ext.uploadServiceVersion = "3.5.2"
ext.torrentstreamVersion = "2.5.0"
ext.netCipherVersion = "2.0.0-alpha1"
-ext.acraVersion = "5.1.3"
+ext.acraVersion = "5.4.0"
dependencies {
implementation 'androidx.appcompat:appcompat:1.0.2'
diff --git a/fastlane/metadata/android/en-US/changelogs/294.txt b/fastlane/metadata/android/en-US/changelogs/294.txt
new file mode 100644
index 000000000..fa0969d2a
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/294.txt
@@ -0,0 +1,11 @@
+Added:
+- Crash reports can be sent by email (default: disabled)
+
+Changed
+- User agent reversed to its default value
+- Decrease the number of accounts/statuses/notifications loaded per page (40 -> 20)
+
+Fixed
+- Notification counter issue
+- Fix boost/reply/fav with the news timeline
+- Fix some crashes