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 {
minSdkVersion 16
targetSdkVersion 28
versionCode 278
versionName "2.3.2"
versionCode 279
versionName "2.4.0"
multiDexEnabled true
renderscriptTargetApi 28 as int
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