Release 2.10.2
This commit is contained in:
parent
5c96342d73
commit
cb419f5829
|
@ -6,8 +6,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 18
|
minSdkVersion 18
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 292
|
versionCode 293
|
||||||
versionName "2.10.1"
|
versionName "2.10.2"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
renderscriptTargetApi 28 as int
|
renderscriptTargetApi 28 as int
|
||||||
renderscriptSupportModeEnabled true
|
renderscriptSupportModeEnabled true
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
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 some crashes
|
Loading…
Reference in New Issue