Release 3.23.5

This commit is contained in:
Thomas 2023-08-15 17:27:44 +02:00
parent 92d52bbecf
commit eec448491f
3 changed files with 12 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 33
versionCode 497
versionName "3.23.4"
versionCode 498
versionName "3.23.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View File

@ -1,4 +1,9 @@
[
{
"version": "3.23.5",
"code": "498",
"note": "Added:\n- Hide / Show Self boosts and self replies (Long press the Home tab)\n\nChanged:\n- Full screen size when writing media descriptions."
},
{
"version": "3.23.4",
"code": "497",

View File

@ -0,0 +1,5 @@
Added:
- Hide / Show Self boosts and self replies (Long press the Home tab)
Changed:
- Full screen size when writing media descriptions.