Release 3.25.0 - beta release

This commit is contained in:
Thomas 2023-12-17 11:41:43 +01:00
parent 06e8640219
commit 21c193db90
3 changed files with 15 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 34
versionCode 500
versionName "3.24.1"
versionCode 501
versionName "3.25.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View File

@ -1,4 +1,9 @@
[
{
"version": "3.25.0",
"code": "501",
"note": "Added:\n- Android 14 support\n- Automatically split long messages in threads (default: ASK)\n- Links and media are clickable when composing\n\nFixed:\n- Avoid error 429 with NTFY\n- Several crashes are fixed"
},
{
"version": "3.24.1",
"code": "500",

View File

@ -0,0 +1,8 @@
Added:
- Android 14 support
- Automatically split long messages in threads (default: ASK)
- Links and media are clickable when composing
Fixed:
- Avoid error 429 with NTFY
- Several crashes are fixed