Release 3.31.1

This commit is contained in:
Thomas 2025-03-27 16:39:38 +01:00
parent 9f57e77d77
commit fec6b8510e
3 changed files with 15 additions and 2 deletions

View file

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 34
versionCode 524
versionName "3.31.0"
versionCode 525
versionName "3.31.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View file

@ -1,4 +1,9 @@
[
{
"version": "3.31.1",
"code": "525",
"note": "Added:\n- Add MinT machine translation system support\n\nFixed:\n- GIF not displayed in timelines\n- Fix a crash when unpinning timelines\n- Top bar coloring at scroll for conversations\n- Black screen when going back from the Peertube section"
},
{
"version": "3.31.0",
"code": "524",

View file

@ -0,0 +1,8 @@
Added:
- Add MinT machine translation system support
Fixed:
- GIF not displayed in timelines
- Fix a crash when unpinning timelines
- Top bar coloring at scroll for conversations
- Black screen when going back from the Peertube section