mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
Release 3.23.2
This commit is contained in:
parent
ba0fc54cbc
commit
e00a3c6717
3 changed files with 9 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 33
|
||||
versionCode 494
|
||||
versionName "3.23.1"
|
||||
versionCode 495
|
||||
versionName "3.23.2"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
[
|
||||
{
|
||||
"version": "3.23.2",
|
||||
"code": "495",
|
||||
"note": "Added:\n- Markdown support (can be disabled in Settings > Timelines)"
|
||||
},
|
||||
{
|
||||
"version": "3.23.1",
|
||||
"code": "494",
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
Added:
|
||||
- Markdown support (can be disabled in Settings > Timelines)
|
Loading…
Reference in a new issue