Release 2.21.2

This commit is contained in:
tom79 2019-10-13 19:07:31 +02:00
parent 1ee84799f5
commit c4481e8279
2 changed files with 6 additions and 2 deletions

View File

@ -6,8 +6,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 29 targetSdkVersion 29
versionCode 324 versionCode 325
versionName "2.21.1" versionName "2.21.2"
multiDexEnabled true multiDexEnabled true
renderscriptTargetApi 28 as int renderscriptTargetApi 28 as int
renderscriptSupportModeEnabled true renderscriptSupportModeEnabled true

View File

@ -0,0 +1,4 @@
Changed
- Improvements for the media activity
- Better management of live notifications
- Add icon for videos (Pixelfed)