Prepares release 2.4

This commit is contained in:
tom79 2019-06-05 18:55:07 +02:00
parent eb817b5654
commit bc14a94c49
2 changed files with 12 additions and 2 deletions

View File

@ -6,8 +6,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 28
versionCode 278 versionCode 279
versionName "2.3.2" versionName "2.4.0"
multiDexEnabled true multiDexEnabled true
renderscriptTargetApi 28 as int renderscriptTargetApi 28 as int
renderscriptSupportModeEnabled true renderscriptSupportModeEnabled true

View File

@ -0,0 +1,10 @@
Added
- Extends polls for Pleroma (not limited to 4 choices)
Changed
- Media are load in background with a notification for upload
- Improve polls
Fixed
- Fix an issue with media upload when the instance uses Cloudflare
- Several crashes