Release 3.4-beta-3
This commit is contained in:
parent
b3c6cd57a0
commit
95e83305e4
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue