Release 3.4-beta-3

This commit is contained in:
Thomas 2022-10-06 18:37:01 +02:00
parent b3c6cd57a0
commit 95e83305e4
3 changed files with 12 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 31
versionCode 411
versionName "3.4-beta-2"
versionCode 412
versionName "3.4-beta-3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View File

@ -1,4 +1,9 @@
[
{
"version": "3.4-beta-3",
"code": "412",
"note": "- Fix post message with media\n- Fix encoding issue with media descriptions\n- Fix Friendica tag search\n- Fixes when composing\n- Some other small fixes\n"
},
{
"version": "3.4-beta-2",
"code": "411",

View File

@ -0,0 +1,5 @@
- Fix post message with media
- Fix encoding issue with media descriptions
- Fix Friendica tag search
- Fixes when composing
- Some other small fixes