Release 3.13.2
This commit is contained in:
parent
07d358fa91
commit
05a7ac4081
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue