Release 3.11.3

This commit is contained in:
Thomas 2022-12-16 18:16:04 +01:00
parent 43c6fe4f7b
commit f858a870bd
3 changed files with 16 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 32
versionCode 448
versionName "3.11.2"
versionCode 449
versionName "3.11.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View File

@ -1,4 +1,9 @@
[
{
"version": "3.11.3",
"code": "449",
"note": "Added:\n- Add more targeted languages in picker for translations\n- Add account name in push notifications\n\nFixed:\n- Fix a crash when changing language\n- Fix counter colors\n- Fix default link color\n- Fix a crash when clicking on mentions"
},
{
"version": "3.11.2",
"code": "448",

View File

@ -0,0 +1,9 @@
Added:
- Add more targeted languages in picker for translations
- Add account name in push notifications
Fixed:
- Fix a crash when changing language
- Fix counter colors
- Fix default link color
- Fix a crash when clicking on mentions