Release 3.31.2

This commit is contained in:
Thomas 2025-03-31 18:34:23 +02:00
parent 02d6ef3bf5
commit fed33cf600
3 changed files with 17 additions and 2 deletions

View file

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

View file

@ -1,4 +1,9 @@
[
{
"version": "3.31.2",
"code": "527",
"note": "Added:\n- Add support to URL scheme \"web+ap\" for opening profiles with the app\n\nChanged:\n- Layout for media descriptions\n\nFixed:\n- Fix a crash when translating media descriptions\n- Handle included twice when replying to a self user's boost\n- Fix color issues when using a custom theme"
},
{
"version": "3.31.1",
"code": "526",

View file

@ -0,0 +1,10 @@
Added:
- Add support to URL scheme "web+ap" for opening profiles with the app
Changed:
- Layout for media descriptions
Fixed:
- Fix a crash when translating media descriptions
- Handle included twice when replying to a self user's boost
- Fix color issues when using a custom theme