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 { defaultConfig {
minSdk 21 minSdk 21
targetSdk 31 targetSdk 31
versionCode 411 versionCode 412
versionName "3.4-beta-2" versionName "3.4-beta-3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
flavorDimensions "default" 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", "version": "3.4-beta-2",
"code": "411", "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