mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-07-15 08:00:29 +03:00
Release 3.32.1
This commit is contained in:
parent
a8b16b1956
commit
fdc2cb07c8
3 changed files with 12 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 34
|
targetSdk 34
|
||||||
versionCode 529
|
versionCode 530
|
||||||
versionName "3.32.0"
|
versionName "3.32.1"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"version": "3.32.1",
|
||||||
|
"code": "530",
|
||||||
|
"note": "Fixed:\n- Fix a crash on some devices\n- Hide quote button\n- Fix a layout issue with pictures in landscape\n- Fix a crash when opening the original message from a picture"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "3.32.0",
|
"version": "3.32.0",
|
||||||
"code": "529",
|
"code": "529",
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
Fixed:
|
||||||
|
- Fix a crash on some devices
|
||||||
|
- Hide quote button
|
||||||
|
- Fix a layout issue with pictures in landscape
|
||||||
|
- Fix a crash when opening the original message from a picture
|
Loading…
Reference in a new issue