Release 3.36.0

This commit is contained in:
Thomas 2020-07-08 13:51:06 +02:00
parent 8846049039
commit b8c2e14c6e
2 changed files with 3 additions and 2 deletions

View File

@ -6,8 +6,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 29 targetSdkVersion 29
versionCode 373 versionCode 374
versionName "2.36.0-beta-1" versionName "2.36.0"
multiDexEnabled true multiDexEnabled true
renderscriptTargetApi 28 as int renderscriptTargetApi 28 as int
renderscriptSupportModeEnabled true renderscriptSupportModeEnabled true

View File

@ -8,6 +8,7 @@ changed:
- Allow cross-account replies on followed instances - Allow cross-account replies on followed instances
Fixed: Fixed:
- Crash when adding media
- Remove extra spaces at the bottom of messages - Remove extra spaces at the bottom of messages
- Some issue with custom emoji - Some issue with custom emoji
- Fix issue with "Your toots/notifications" - Fix issue with "Your toots/notifications"