Release 3.13.2

This commit is contained in:
Thomas 2022-12-28 18:01:31 +01:00
parent 07d358fa91
commit 05a7ac4081
3 changed files with 10 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 33
versionCode 455
versionName "3.13.1"
versionCode 456
versionName "3.13.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View File

@ -1,4 +1,9 @@
[
{
"version": "3.13.2",
"code": "456",
"note": "Changed:\n- Hidden media smaller with preview images\n\nFixed:\n- Issue with Media for Android 11+\n- Crash when not setting a translation key\n- Fix DeepL for API pro\n- Crash when visiting a profile with a lot of media\n- Home muted accounts not working without filters\n- Animated custom emoji not displayed"
},
{
"version": "3.13.1",
"code": "455",

View File

@ -1,3 +1,6 @@
Changed:
- Hidden media smaller with preview images
Fixed:
- Issue with Media for Android 11+
- Crash when not setting a translation key