Release 3.32.1

This commit is contained in:
Thomas 2025-04-08 18:01:42 +02:00
parent a8b16b1956
commit fdc2cb07c8
3 changed files with 12 additions and 2 deletions

View file

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 34
versionCode 529
versionName "3.32.0"
versionCode 530
versionName "3.32.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View file

@ -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",
"code": "529",

View file

@ -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