Release 3.23.2

This commit is contained in:
Thomas 2023-08-07 17:16:49 +02:00
parent ba0fc54cbc
commit e00a3c6717
3 changed files with 9 additions and 2 deletions

View File

@ -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"

View File

@ -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",

View File

@ -0,0 +1,2 @@
Added:
- Markdown support (can be disabled in Settings > Timelines)